Difference between revisions of "Installing Ltmodem driver for Mandriva"

From ThinkWiki
Jump to: navigation, search
(simple typo fix)
(the previous instructions referred to a package that is no longer available. Updated packages and instructions are referenced now.)
Line 9: Line 9:
 
despite this.
 
despite this.
  
Start with the file [http://linmodems.technion.ac.il/packages/ltmodem/kernel-2.6/Mandriva2006RC2.kit.tgz here].
+
There's a [http://www.linuxquestions.org/questions/showthread.php?p=910257#post910257 thread at LinuxQuestions.org] with details.
 +
The ALK packages they reference are [http://linmodems.technion.ac.il/packages/ltmodem/kernel-2.6/ here].  
  
Here's a version of the "HOWTO" document there, with my own clarifications:
+
After rebooting, /dev/modem may disappear. One solution to that is referencing
 +
/dev/ttyLTM0 directly for the modem device, instead of trying to figure how to keep that symbolic link intact.
  
    # As root...
 
    0)
 
        # mkdir /lib/modules/2.6.12-12mdk/ltmodem
 
    1) Copy the files "ltserial.ko" and "ltmodem.ko" to /lib/modules/2.6.12-12mdk/ltmodem
 
    2) Run depmod -a (to register the new driver modules with the system)
 
        # depmod -a
 
    3) Arrange automatic loading at boot time through special file
 
    /etc/modprobe.preload - Just append the command  ltserial  to that file.
 
    4) Copy ltmodem.rules to /etc/udev/udev.rules/. Make sure that GROUP parameter
 
    matches group owner of /dev/ttyLTM0 (use  ls -l /dev/ttyLTM0  ...it's your
 
    friend). If in doubt and you have a single user machine, set the group for both
 
    to be the username of the account that will actually use the modem.
 
    5) You can then use the modem without rebooting:
 
        # modprobe ltserial
 
        # service udev start
 
        the modem should now appear on /dev/modem
 
    (If you can't work out step 5, just reboot for the same effect)
 
  
After rebooting, /dev/modem disappeared. I solved that by referencing
+
The modem is [http://www.richmondcomputes.org/connecting_to_aol_with_linux confirmed
/dev/ttyLTM0 directly for the modem device, instead of trying to figure
 
how to keep that symbolic link intact.
 
 
 
The included "needed rpms" directory should really be named "recommended rpms".
 
Mandriva 2006 installs "kppp" by default, which may work just as well.
 
 
 
Alternatively, the modem is [http://www.richmondcomputes.org/connecting_to_aol_with_linux confirmed
 
 
to work] with penggy, an AOL dialer.
 
to work] with penggy, an AOL dialer.
  
 
[[Category:Mandriva]] [[Category:T23]]
 
[[Category:Mandriva]] [[Category:T23]]

Revision as of 04:11, 31 July 2006

Getting the "ltserial" modem to work was relatively easy.

Going through the Mandriva Control Center wizard with Mandriva 2006, the modem was recognized, but it expects me to install a "ltmodem-kernel" package from an external source.

Since this package wasn't found, I was not able to complete the wizard and manage the modem through through the Mandriva Control Center. It can work fine despite this.

There's a thread at LinuxQuestions.org with details. The ALK packages they reference are here.

After rebooting, /dev/modem may disappear. One solution to that is referencing /dev/ttyLTM0 directly for the modem device, instead of trying to figure how to keep that symbolic link intact.


The modem is [http://www.richmondcomputes.org/connecting_to_aol_with_linux confirmed to work] with penggy, an AOL dialer.