Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.

SmartLink modem - Laptop problemi

[es] :: Linux hardware :: SmartLink modem - Laptop problemi

[ Pregleda: 2837 | Odgovora: 4 ] > FB > Twit

Postavi temu Odgovori

Autor

Pretraga teme: Traži
Markiranje Štampanje RSS

jocar
Arilje

Član broj: 9530
Poruke: 224
*.vdial.verat.net.



Profil

icon SmartLink modem - Laptop problemi09.09.2007. u 17:39 - pre 202 meseci
I konacno kupim ja laptop.
I birao konfiguracije i izabrao model sa nazovi "conexant" cipom i bio siguran da ce to raditi pod Slackware-om. Ali, imam sta da vidim, to uopste nije bio conexant modem vec Motorola. Vec izgubljene nade za surf pod linuxom, skripta "scanModem" mi da nadu u vidu Smart Link drajvera (binarnog za gcc 4.1). Odradim instalaciju, pokrenem testiranje modema i to mi izbaci besprekoran odziv. Vec pun srece, posle (ovo znaju slmodem-ovci):

Code:
root@darkstar:/home/jovir# slmodemd --alsa -c SLOVENIA hw:0,6
SmartLink Soft Modem: version 2.9.11 Aug  6 2007 22:02:27
symbolic link `/dev/ttySL0' -> `/dev/pts/2' created.
modem `hw:0,6' created. TTY is `/dev/pts/2'
Use `/dev/ttySL0' as modem device, Ctrl+C for termination.


samouvereno krenem da se konektujem, krene "Trazim modem", pa "Modem je spreman", pa "Inicijalizujem modem", kad ne lezi vraze, izbaci u konzoli:

Code:
error: cannot setup hw params for playback: Invalid argument


i kppp odziv "Nema noseceg signala".
Modem je sa "HDA card" i radi i uz pomoc ALSA drajvera.
Dobri ljudi, sta dalje?

I da, ubi me rad bez misa, pa kako se ponasaju USB misovi na linuxu i posto su?
Hvala!
 
Odgovor na temu

fade
Šalingrad

Član broj: 43688
Poruke: 2906
*.smin.itsisp.net.



+69 Profil

icon Re: SmartLink modem - Laptop problemi09.09.2007. u 19:58 - pre 202 meseci
misevi rade normalno ako ti je ukljucen hotplug,i ne znam,cene su valjda 5-6 do 10 eura...A ti nama kopiraj #lspci i jos malo info-a o modemu daj...
Ko zna zna, ko ne zna 6.
 
Odgovor na temu

jocar
Arilje

Član broj: 9530
Poruke: 224
*.vdial.verat.net.



Profil

icon Re: SmartLink modem - Laptop problemi09.09.2007. u 20:51 - pre 202 meseci
lspci

Citat:
root@darkstar:/home/jovir# lspci
00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT Express Memory Controller Hub (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03)
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 02)
00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 (rev 02)
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 02)
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 02)
00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA IDE Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 02)
02:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG Network Connection (rev 02)
0a:07.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)


Izlaz komande scanModem

Citat:

This file should NOT be sent to [email protected]
It has common guidance for modem usage after setup.


Complementation of snd-hda-intel, slmodemd and a dialer utility
---------------------------------------------------------
THe ALSA (Advanced Linux Sound Architecture} modem driver snd-hda-intel
provides ONLY a low level access to the hardware. The complementing HIGH
level support for ALSA modem drivers is through a Smartlink utility: slmodemd
An ALSA compatible and compiled slmodemd is in the package SLMODEMD.gcc4.1.tar.gz
with download from http://linmodems.technion.ac.il/packages/smartlink/
Unpack under Linux with:
$ tar zxf SLMODEMD.gcc4.1.tar.gz
and read instructions therein.

Typically the driver snd-hda-intel will be autoloaded on most Systems.
Then a Root permission command:
slmodemd -c YOUR_COUNTRY --alsa hw:0,6
will announce creation of ports
/dev/ttySL0 --> /dev/pts/N , N some number
The /dev/ttySL0 is a symbolic link to the true modem port /dev/pts/N
USA is the YOUR_COUNTRY default. See other Country alternatives by:
slmodemd --help
slmodemd --countrylist

Should there be a failure report like:
--------
ALSA lib pcm_hw.c:1305:(_snd_pcm_hw_open) Invalid value for card
error: alsa setup: cannot open playback device hw:0,6 No such device
error: cannot setup device hw:0,6
--------
First verify that packages providing ALSA audio support are installed.
Names vary with the Linux distribution but they are like "alsa-base"
and "alsa-utilities". In these are installed,
Next try as Root unloading and loading the driver:
modprobe -r snd-hda-intel
modprobe snd-hda-intel
Then retest the:
slmodemd -c YOUR_COUNTRY --alsa hw:0,6
slmodemd MUST be kept running throughout a dial out session.

Note that mere loading does NOT establish that snd-hda-intel is the correct
driver, rather than hsfmodem drivers for Conexant chipset modems. But
snd-hda-intel may still support readout of Subsystem information.
--------------------------------------------------------------------------
A dialer utility such as wvdial (perferable) is still needed for dialout.
slmodemd MUST be kept running throughout a dialout session.

On some Systems, putting the slmodemd process in the background with an &:
slmodemd -c USA --alsa hw:0,6 &
causes subsequent dialout failures.

Read Testing.txt for follow through details and Smartlink.txt
for additional information.


Welcome is not yet providing pre-compiled drivers for WinModems

The Modem/DriverCompiling.txt is a MUST READ,
if you are not experienced in configuring kernel-source/
or get "unresolved symbols" upon driver insertion.

Most recent WinModem fixes are in: http://linmodems.technion.ac.il/FAQ.html

(4) For guidance on automation see http://linmodems.technion.ac.il/archive-fourth/msg03734.html
and the scripts in the slmodem-2.9.n/scripts folder/

 
Odgovor na temu

fade
Šalingrad

Član broj: 43688
Poruke: 2906
*.smin.itsisp.net.



+69 Profil

icon Re: SmartLink modem - Laptop problemi10.09.2007. u 09:23 - pre 202 meseci
Ponovo sam procitao onaj tvoj prvi post,i posto sam i sam imao prilike da probam te drivere,rekao bih da su u redu,mozda se to dogadja jer ima neke nepoznate initstringove ubacene,pogledaj pod modem commands.
Ko zna zna, ko ne zna 6.
 
Odgovor na temu

jocar
Arilje

Član broj: 9530
Poruke: 224
213.244.197.*



Profil

icon Re: SmartLink modem - Laptop problemi11.09.2007. u 19:39 - pre 202 meseci
Uspelo je, modem je proradio, a kako? Pa nisam siguran da bih mogao to da ponovim...
Elem, pročitam na nekom forumu da conexant HSF drajveri rade sa ovim modemom, instaliram ih i nisu hteli da rade, ali zato su istog momenta proradili slmodem drajveri. Tačan razlog ne znam, a pretpostavljam da se radi o zvučnoj (ALSA) podršci koja nije podržana od modema ni na onom drugom OS-u, tj. modem se "ne čuje", a koju su hsf drajveri na neki način "regulisali".
Da ne sitničarim, to je sada nebitno, memorije ima da rade i hsf drajveri u pozadini... :)
Onima koji budu imali sličan problem, da još preporučim init stringove:
Init 1: ATZ
Init 2: AT&F+MS=90,1,300,50666
sa kojima modem prosto leti!
Pozdrav!
 
Odgovor na temu

[es] :: Linux hardware :: SmartLink modem - Laptop problemi

[ Pregleda: 2837 | Odgovora: 4 ] > FB > Twit

Postavi temu Odgovori

Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.