LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   USB devices issue on Slack 12.1 (https://www.linuxquestions.org/questions/slackware-14/usb-devices-issue-on-slack-12-1-a-665554/)

brooky9999 08-26-2008 12:01 PM

USB devices issue on Slack 12.1
 
Hi,

I have two USB serial devices on my Dell Latitude D430 which when connected separately work fine - however they don't when all connected.

Device 1: Dell Wireless 5505 broadband adapter
Device 2: Prolific Tech. USB to serial adapter

To get the broadband adapter to work I added the following line to /etc/rc.d/rc.modules

Code:

/sbin/modprobe usbserial vendor=0x413c product=0x8116
This then creates two devices, ttyUSB0 and ttyUSB1 (which is how it should be).

However, if I add the line:

Code:

/sbin/modprobe usbserial vendor=0x067b product=0x2303
it fails to find my USB-serial adapter (I was hoping for it to create ttyUSB2). But if I comment-out the line for the broadband adapter and reboot, it sees the USB-serial adapter perfectly (creates ttyUSB0).

How can I get all three devices recognized at the same time, without having to manually edit rc.modules?

Any help would be appreciated.


Mark.

aus9 08-30-2008 12:34 AM

sounds like you need persistent udev rules

http://reactivated.net/writing_udev_rules.html

brooky9999 09-17-2008 03:38 AM

Thanks - I'll look into those.


M.


All times are GMT -5. The time now is 06:30 AM.