* likely kernel/driver problem with 3G USB stick
@ 2011-03-01 16:10 Simon Leung
2011-03-01 16:37 ` Greg KH
2011-03-02 17:33 ` John Mahoney
0 siblings, 2 replies; 5+ messages in thread
From: Simon Leung @ 2011-03-01 16:10 UTC (permalink / raw)
To: kernelnewbies
Hi all,
I'm having a problem with my 3G USB stick (Huawei E220) .
The kernel I'm using is version 2.6.21 customized for an ARM board. When
I insert the USB stick into the system, normally 3 device show up:
/dev/ttyUSB{0,1,2}. The problem I' having is that some time, only the
first one shows up and I cannot connect to it. When this happens,
normally a reboot will fix it.
As I said, this sounds like a kernel/driver issue to me. Could somebody
give me some pointers as how to prove/fix it?
Thanks,
^ permalink raw reply [flat|nested] 5+ messages in thread* likely kernel/driver problem with 3G USB stick 2011-03-01 16:10 likely kernel/driver problem with 3G USB stick Simon Leung @ 2011-03-01 16:37 ` Greg KH 2011-03-01 16:41 ` Simon Leung 2011-03-02 17:33 ` John Mahoney 1 sibling, 1 reply; 5+ messages in thread From: Greg KH @ 2011-03-01 16:37 UTC (permalink / raw) To: kernelnewbies On Tue, Mar 01, 2011 at 04:10:43PM +0000, Simon Leung wrote: > Hi all, > > I'm having a problem with my 3G USB stick (Huawei E220) . > > The kernel I'm using is version 2.6.21 customized for an ARM board. When > I insert the USB stick into the system, normally 3 device show up: > /dev/ttyUSB{0,1,2}. The problem I' having is that some time, only the > first one shows up and I cannot connect to it. When this happens, > normally a reboot will fix it. > > As I said, this sounds like a kernel/driver issue to me. Could somebody > give me some pointers as how to prove/fix it? As you are stuck with an obsolete kernel version, please get support from the vendor of that kernel, it is very old and we can't do much, if anything, about it :( Can you duplicate this problem on a modern kernel (like one released in the past year?) thanks, greg k-h ^ permalink raw reply [flat|nested] 5+ messages in thread
* likely kernel/driver problem with 3G USB stick 2011-03-01 16:37 ` Greg KH @ 2011-03-01 16:41 ` Simon Leung 2011-03-01 16:56 ` Greg KH 0 siblings, 1 reply; 5+ messages in thread From: Simon Leung @ 2011-03-01 16:41 UTC (permalink / raw) To: kernelnewbies On 01/03/11 16:37, Greg KH wrote: > On Tue, Mar 01, 2011 at 04:10:43PM +0000, Simon Leung wrote: >> Hi all, >> >> I'm having a problem with my 3G USB stick (Huawei E220) . >> >> The kernel I'm using is version 2.6.21 customized for an ARM board. When >> I insert the USB stick into the system, normally 3 device show up: >> /dev/ttyUSB{0,1,2}. The problem I' having is that some time, only the >> first one shows up and I cannot connect to it. When this happens, >> normally a reboot will fix it. >> >> As I said, this sounds like a kernel/driver issue to me. Could somebody >> give me some pointers as how to prove/fix it? > As you are stuck with an obsolete kernel version, please get support > from the vendor of that kernel, it is very old and we can't do much, if > anything, about it :( > > Can you duplicate this problem on a modern kernel (like one released in > the past year?) > > thanks, > > greg k-h > I know. I probably can (and probably will) upgrade the kernel and the problem will probably go away. But I'd like to take the opportunity and hopefully learn something. Even knowing which part of the kernel is handling the usb serial device is fine. ^ permalink raw reply [flat|nested] 5+ messages in thread
* likely kernel/driver problem with 3G USB stick 2011-03-01 16:41 ` Simon Leung @ 2011-03-01 16:56 ` Greg KH 0 siblings, 0 replies; 5+ messages in thread From: Greg KH @ 2011-03-01 16:56 UTC (permalink / raw) To: kernelnewbies On Tue, Mar 01, 2011 at 04:41:56PM +0000, Simon Leung wrote: > On 01/03/11 16:37, Greg KH wrote: > > On Tue, Mar 01, 2011 at 04:10:43PM +0000, Simon Leung wrote: > >> Hi all, > >> > >> I'm having a problem with my 3G USB stick (Huawei E220) . > >> > >> The kernel I'm using is version 2.6.21 customized for an ARM board. When > >> I insert the USB stick into the system, normally 3 device show up: > >> /dev/ttyUSB{0,1,2}. The problem I' having is that some time, only the > >> first one shows up and I cannot connect to it. When this happens, > >> normally a reboot will fix it. > >> > >> As I said, this sounds like a kernel/driver issue to me. Could somebody > >> give me some pointers as how to prove/fix it? > > As you are stuck with an obsolete kernel version, please get support > > from the vendor of that kernel, it is very old and we can't do much, if > > anything, about it :( > > > > Can you duplicate this problem on a modern kernel (like one released in > > the past year?) > > > > thanks, > > > > greg k-h > > > > I know. I probably can (and probably will) upgrade the kernel and the > problem will probably go away. But I'd like to take the opportunity and > hopefully learn something. Even knowing which part of the kernel is > handling the usb serial device is fine. The part is in drivers/usb/serial/ and it depends on the actual device you are using, and the host controller you are using. I place the odds on your host controller being the problem, for what it's worth, especially on older ARM kernels like you are stuck with. Best of luck, greg k-h ^ permalink raw reply [flat|nested] 5+ messages in thread
* likely kernel/driver problem with 3G USB stick 2011-03-01 16:10 likely kernel/driver problem with 3G USB stick Simon Leung 2011-03-01 16:37 ` Greg KH @ 2011-03-02 17:33 ` John Mahoney 1 sibling, 0 replies; 5+ messages in thread From: John Mahoney @ 2011-03-02 17:33 UTC (permalink / raw) To: kernelnewbies On Tue, Mar 1, 2011 at 11:10 AM, Simon Leung <simonleung@gmx.com> wrote: > Hi all, > > I'm having a problem with my 3G USB stick (Huawei E220) . > > The kernel I'm using is version 2.6.21 customized for an ARM board. When > I insert the USB stick into the system, normally 3 device show up: > /dev/ttyUSB{0,1,2}. The problem I' having is that some time, only the > first one shows up and I cannot connect to it. When this happens, > normally a reboot will fix it. > > As I said, this sounds like a kernel/driver issue to me. Could somebody > give me some pointers as how to prove/fix it? > > > You may need to eject the scsi cdrom with USB_ModeSwitch. In distros with normally is automatically done via a udev rule. -- John -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20110302/eadbc86c/attachment.html ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-03-02 17:33 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2011-03-01 16:10 likely kernel/driver problem with 3G USB stick Simon Leung 2011-03-01 16:37 ` Greg KH 2011-03-01 16:41 ` Simon Leung 2011-03-01 16:56 ` Greg KH 2011-03-02 17:33 ` John Mahoney
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).