installing Sierra 881 USB wireless, cannot find /usb/tty/USB0
Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
installing Sierra 881 USB wireless, cannot find /usb/tty/USB0
Caveat: Please explain in the most basic terms possible when offering advice, I'm a rank beginner and barely understand how to handle a tarball, let alone understand a lot of the stuff I've been searching on here. Thanks in advance.
Here's the problem:
I'm trying to install the Sierra 881 USB wireless device on my Dell Inspiron E1505 laptop, running Ubuntu 2.6.22-14-generic.
but, when I tried to do the Tru-install, I can't figure out how to do the patch. From what I've read I'll need to recompile my kernel (something I'm unsure how to do), after I install the patch.
I've seen that Kevin Lloyd has done some work on the patches for this problem and my kernel (2.6.22) but it's hard to tell from the code that he has on his pages (mostly, I suppose because I'm so new to Linux) what it is exactly I'm supposed to be entering in MY terminal, and what is most current and workable.
Any suggestions or help with this would be greatly appreciated. Again, rank beginner here. I'm anxious to learn though, so thanks in advance for the help.
Well, I don't know this one USB device too well, I've got a Verizon card, but I might be of some help. Right after you attach the device, run "dmesg" from a terminal and paste in here the last few lines. Also, check "lsmod" to see if these two modules are loaded:
According to the links posted you need to patch your 2.6.22 kernel or get 2.6.23. In both cases you need to install kernel sources. There is Sierra support in kernel but I have no clue whether this module comes with Ubuntu or you need to enable it in kernel conf and build yourself.
Edit: Maybe Ubuntu has 2.6.23 kernel in repository and maybe it comes with sierra module, in this case you do not need sources.
Well, I figured that there would be more relevant info in there. Also, I was a bit unclear, pop in the usb card, then get a dmesg, as the relevant stuff about it seeing the card would be right at the end. Also, I found I was a bit of a tool, the sierra cards have a driver specific to them! Yoink!
/sbin/lsmod | grep sierra
And if there's nothing there:
sudo modprobe sierra
Then try dmesg and it should tell you what device node it ended up on.
theman@localhost:~$ sudo /sbin/lsmod | grep sierra
sierra 13188 0
usbserial 34920 2 sierra,visor
usbcore 138632 9 sierra,usb_storage,libusual,visor,usbserial,hci_usb,ehci_hcd,uhci_hcd
then I input:
sudo modprobe sierra
(which returns nothing)
followed by:
sudo dmesg
which returns the following (I pasted just the last few lines)
[ 3451.260000] /build/buildd/linux-source-2.6.22-2.6.22/drivers/usb/serial/usb-serial.c: USB Serial support registered for Sierra USB modem (1 port)
[ 3451.260000] /build/buildd/linux-source-2.6.22-2.6.22/drivers/usb/serial/usb-serial.c: USB Serial support registered for Sierra USB modem (3 port)
[ 3451.260000] usbcore: registered new interface driver sierra
[ 3451.260000] /build/buildd/linux-source-2.6.22-2.6.22/drivers/usb/serial/sierra.c: USB Driver for Sierra Wireless USB modems: v.1.0.6
Is that the locational data that you're looking for?
They have very clear instructions there. Why don't you follow those instructions, we can help if you get stuck. We know you have 2.6.22 kernel. Before we proceed please tell us exact model of your device. Also, I do not have Ubuntu, please check if new 2.6.23 kernel is available from Ubuntu repository.
much easier in Kppp than on terminal. make sure to pick /dev/ttyUSB2 and to unclick " wait for dial tone. I did all this and eventually got the modem recognized but it still wont work - I too cannot figure out the truinstall patch. If you figure this out PLEASE let me know
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.