[ Alef @ 26.02.2005. 20:33 ] @
Jel neko uspeo da namesti Lucentov modem sa V90 čipom na Ubuntu?
Sve sam odradio prema uputstvu sa njihove stranice i sve se lepo instalira, učitam modul, ali ne radi?! Nikada dosad nisam imao problema sta njim, pojma nema šta se dešava.

Instalacija kreira /dev/ttyLT0, ali je beskoristan…
[ VRider @ 27.02.2005. 16:53 ] @
Proveri char major za /dev/ttyLT0, a potom proveri da li imas odgovarajuce aliase u /etc/modules.conf (ja cu ti vec reci da nemas).
Skripte su bug-ne, odnosno ne rade kako treba. Resenje je da rucno izvrsis instalaciju modema, koje su tacno komande ne znam na pamet. Znam da se sve nalaze u skriptu autoload, ali treba ga pregledati.
[ Alef @ 27.02.2005. 19:37 ] @
Sve sam to ručno podešavao:
Code:

alias char-major-62 lt_serial
alias /dev/ttyLT0 lt_serial
alias /dev/modem lt_serial


I ručno učitavam modul:

Code:

# modprobe lt_modem
# modprobe lt_serial
# file /dev/ttyLT0
/dev/ttyLT0: character special (62/64)
# wvdialconf conf
Scanning your serial ports for a modem.

Port Scan<*1>: LT0        // ovde stoji 45 sekundi
ttyS0<*1>: ATQ0 V1 E1 -- failed with 2400 baud, next try: 9600 baud
ttyS0<*1>: ATQ0 V1 E1 -- failed with 9600 baud, next try: 115200 baud
ttyS0<*1>: ATQ0 V1 E1 -- and failed too at 115200, giving up.
ttyS1<*1>: ATQ0 V1 E1 -- failed with 2400 baud, next try: 9600 baud
ttyS1<*1>: ATQ0 V1 E1 -- failed with 9600 baud, next try: 115200 baud
ttyS1<*1>: ATQ0 V1 E1 -- and failed too at 115200, giving up.
Port Scan<*1>: S2   S3   S4   S5   S6   S7   S8
Port Scan<*1>: S9   S10  S11  S12  S13  S14  S15  S16
Port Scan<*1>: S17  S18  S19  S20  S21  S22  S23  S24
Port Scan<*1>: S25  S26  S27  S28  S29  S30  S31  S32
Port Scan<*1>: S33  S34  S35  S36  S37  S38  S39  S40
Port Scan<*1>: S41  S42  S43  S44  S45  S46  S47  S48
Port Scan<*1>: S49  S50  S51  S52  S53


I onda prijavi da modem ne postoji…