[ icure @ 29.07.2004. 13:24 ] @
skinuo sam sa neta neke drajvere za lucentov modem i instaliram sve uredno...i radi...ali kad ponovo podignem linux...javlja mi unable to open modem...blablabla

onda pogledam nema /dev/tts/LT0...i kad uradim "ls -l /dev/tts/LT0 " on se pojavi ...i onda opet radi modem....nista mi nije jasno....

ajde pomagajte sta treba sda radim...evo saljem vam i text od drajvera ...koristim MDK10 ..

Code:

Barry,

Login as
# su - root
Copy the Attached ltmodem-2.6.3-4mdk.tgz into your Linux /root/folder
Change direcetory to your / dir
# cd /
Check with
# ls 
Which should display folders like:
bin    dev     home     mnt    proc  sys  var
boot   etc     lib       root  tmp  
cdrom  floppy  lost+found      sbin  usr  

Unpack with:
# tar zxvf /root/ltmodem-2.6.3-4mdk.tgz
which will install the following files

.
|-- etc
|   |-- devfs
|   |   `-- conf.d
|   |       `-- ltmodem.conf
|   `-- modprobe.conf.add
`-- lib
    `-- modules
        `-- 2.6.3-4mdk
            `-- ltmodem
                |-- ltmodem.ko
                `-- ltserial.ko

# cd /root

# ls  /etc/devfs/conf.d/modem.conf
Should you have a file /etc/devfs/conf.d/modem.conf  move it to /root/
# mv /etc/devfs/conf.d/modem.conf /root/
as it is for a controller modem type, and will conflict with winmodems.


Inform the System about  the changes with:
# killall -HUP devfsd
# depmod -a
Afterward
# modprobe ltserial
Should load the  driver pair creat modem ports and symbolic links. Check with
# ls -l /dev/tts/LT0 /dev/ttySLTO /dev/modem
# lsmod | grep lt

If OK
# wvdialconf /etc/wvdial.conf
should find the modem.   Edit the /etc/wvdial.conf as indicated
And you should be able to dialout with
# wvdial

Nicolas will help your with furhter Mandrake specific issues.
You may have to add yourself to the group:  dialout
in order to use the modem as a simple User.

MarvS


ps.ako sam nesto lupio izvinjavam se za svoj stupidity
[ impaque @ 29.07.2004. 15:06 ] @
Citat:
# modprobe ltserial

Ovaj red je ključan. Vidi gde je fajl u Mandrake-u u kom su navedeni moduli koji se učitavaju i tamo ubaci ltserial i ostale lt- module. Negde je u /etc u svakom slučaju. ;)