[oe-issues] [Bug 1650] task-base does not install ohci-hcd module for usbhost mchines

bugzilla-daemon at tinman.treke.net bugzilla-daemon at tinman.treke.net
Sat Dec 16 08:19:33 CET 2006


http://bugs.openembedded.org/show_bug.cgi?id=1650


armagon_ca at yahoo.ca changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |armagon_ca at yahoo.ca




------- Comment #2 from armagon_ca at yahoo.ca  2006-12-15 23:19 -------
This bug that I wrote up appears to be a duplicate, but it does offer more
detail and a work-around, so I am pasting it here.

Bug: ohci-hcd module is not automatically probed on Akita

SUMMARY
-------

By default, the lsusb command shows nothing on a Sharp Zaurus SL-C1000 (Akita)
with Angstrom 20061214 installed.  I finally realised that this was because the
ohci-hcd module had not been probed.

STEPS
-----

I flashed the Angstrom test build from
http://www.angstrom-distribution.org/unstable/images/20061214/akita/ onto my
Akita.

After logging in as root, I tried the 'lsusb' command.  It showed nothing.  

I plugged in a USB keyboard, and it was not detected; furthermore, none of its
LEDs lit up.

WORKAROUND
----------

The results of 'lsmod' are:

Module                  Size  Used by
uinput                  7392  0 
snd_soc_spitz           5420  0 
snd_soc_pxa2xx_i2s      3512  1 snd_soc_spitz
snd_soc_wm8750         19396  1 snd_soc_spitz
snd_soc_pxa2xx          4256  1 snd_soc_spitz
snd_soc_core           34100  3 snd_soc_spitz,snd_soc_wm8750,snd_soc_pxa2xx
snd_pcm_oss            48800  0 
snd_pcm                81093  3 snd_soc_pxa2xx,snd_soc_core,snd_pcm_oss
snd_timer              22180  1 snd_pcm
snd_page_alloc          6216  1 snd_pcm
snd_mixer_oss          15456  1 snd_pcm_oss
snd                    51060  7
snd_soc_spitz,snd_soc_wm8750,snd_soc_core,snd_pcm_oss,snd_pcm,snd_timer,snd_mixer_oss
soundcore               8100  1 snd
pxaficp_ir              8736  0 
ircomm_tty             21224  0 
ircomm                 11396  1 ircomm_tty
irda                  113128  3 pxaficp_ir,ircomm_tty,ircomm

noteable in their absence are modules such as ohci_hid and usbcore.

I decided to try a 'modprobe ohci-hcd'   Text appeared on the screen and my USB
keyboard was detected.

[Wow!  It worked better than ever.  None of the keys appeared dead.  It even
recognized me pressing Num-Lock and Scroll-Lock, and noticed when I pushed the
special 'Power' button on my keyboard!]

DESIRED RESULTS
---------------

A user should not have to modprobe ohci-hcd manually.  On the Akita, and other
devices that support USB, this should happen automatically.


-- 
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the Openembedded-issues mailing list