my modules.usbmap file does not list those values under vend/prod. So i added a line with those values, and rmmod the acm. I have to admit that Im not sure how or why but the modules.usbmap file is regenerated when i reboot the Z. I have done it twice to be sure.
Todd
[div align=\"right\"][a href=\"index.php?act=findpost&pid=125592\"][{POST_SNAPBACK}][/a][/div]
Unfortunately that's sorta jumping the gun - setting this up automates loading the correct driver, but you'll probably want to find one that works first! Maybe you have something compiled into the kernel that is overriding the modules, as the pegasus module doesn't appear to be being used at all (even though it loads). Any depmod errors? usbnet and CDCEther are most likely no use - worth a try, but pegasus is what we want.
The dmesg output without loading pegasus as a module:
- connects the device
- claims that there is no driver loaded for the device
- disconnects the device
- loads a pegasus driver from somewhere
- connects the device again
- claims that there is no driver loaded for the device
==> so the pegasus driver is in nowhere-land!
The dmesg output with the module installed:
- connects the device
- loads a modem driver
- loads the pegasus module driver by manual modprobe
==> but the device still doesn't seem to be under the control of any driver...!
The only other snippet of info I see is that you have driver version 0.4.22, whereas desertrat has v0.4.32. Hardly major though when you consider the tosa kernel is 2.4.18 against the later 2.4.20.
@Meanie: I couldn't see any tainted flags in the posts here; can you elaborate, and how would I fix it?