View previous topic :: View next topic |
Author |
Message |
iyo n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 22 May 2006 Posts: 5
|
Posted: Wed Nov 01, 2006 7:13 am Post subject: USB modem Microcom USB 56K Travel/S |
|
|
hi, i've got a new modem Microcom USB 56K Travel/S. I want to use it in Linux but I have a problem with driver
I used google to find out something about my modem:
http://www.microcom-ce.com/category.php?itid=235
I found out it is a softmodem but it is good supported:
http://www.qbik.ch/usb/devices/showdev.php?id=2317
Even on Gentoo:
http://www.linux.org.za/Lists-Archives/glug-tech-0605/msg00138.html
I found out I should use driver called slmodem. Something is on http://gentoo-wiki.com/HOWTO_slmodem.
I install driver with the HOWTO. But I am not sure that scanModem recognise my modem - output from scanModem
I can not find the modem by dmesg but lsusb find it very clearly:
Code: |
tux ~ # lsusb
Bus 003 Device 003: ID 0ea0:2168 Ours Technology, Inc. Transcend JetFlash 2.0 / Astone USB Drive
Bus 003 Device 001: ID 0000:0000
[b]Bus 002 Device 003: ID 0483:7554 SGS Thomson Microelectronics 56k SoftModem[/b]
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 004: ID 03f0:7304 Hewlett-Packard DeskJet 35xx
Bus 001 Device 001: ID 0000:0000
|
So I continue with install - there is output from emerge
But there is problem:
Code: |
tux Modem # modprobe slusb
Segmentation fault
|
When I lunch it again, I don't get any error but I cann't terminate command by <CTRL>+C.
When I turn off my computer, it freezes at unloading ALSA modules.
What should I do? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
NeddySeagoon Administrator
![Administrator Administrator](/images/ranks/rank-admin.gif)
![](images/avatars/3946266373f47d606a2db3.jpg)
Joined: 05 Jul 2003 Posts: 54848 Location: 56N 3W
|
Posted: Wed Nov 01, 2006 1:12 pm Post subject: |
|
|
iyo,
This site suggests that there is a driver for the 2.4 kernel and a gentoo user has hacked it to work on 2.6. Before you go down that route, its worth trying ndiswrapper and the Windows XP drivers.
emerge ndiswrapper, then read its man page to find out where to put the Windows files. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
iyo n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 22 May 2006 Posts: 5
|
Posted: Fri Nov 10, 2006 6:04 pm Post subject: |
|
|
But I don't have a wireless device - I have analog dial-up modem |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
NeddySeagoon Administrator
![Administrator Administrator](/images/ranks/rank-admin.gif)
![](images/avatars/3946266373f47d606a2db3.jpg)
Joined: 05 Jul 2003 Posts: 54848 Location: 56N 3W
|
Posted: Fri Nov 10, 2006 6:26 pm Post subject: |
|
|
iyo,
ndis is a standard interface for communications devices. Analogue modems are communications devices.
I don't know it will work for you. Your Windows XP driver may not be ndis compliant. However, I do know it works with some Analogue Modems. Its a harmless experiment and is lower cost than a new modem. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|