also @ TechSpot: Apple working with suppliers on 8-inch iPad, says WSJ
Welcome to the TechSpot OpenBoards. Please read the FAQ if you have any questions. Sign up or Login to participate.

Go Back   TechSpot OpenBoards > Software > The Alternative OS

Begin your free trial now Pay-as-you-go options starting at $10/user/month

Linux - UHCI & OHCI

Thread Tools Search this Thread
  #1  
Old 05-27-2004
TechSpot Evangelist
 
Location: Bridgend
Member since: Nov 2003, 2,371 posts
Linux - UHCI & OHCI

Now that the Kernel is patched, I'm trying to do the very last thig I need to do to have a fully functional linux installation (yes! The sound worked by default!!!!! well worth the wait! ). I'm now trying to install my modem. It's a BT Voyager USB ADSL modem, which has a Globespan chipset. To use it, I've had to install the ECIADSL driver from eciadsl.flashtux.org. I had this working under MD 9.4 months ago, but now it won't work.

When I run 'startmodem' the DSL (synch) light flashes, and it doesn't synchronise. For this reason, I've run the diagnostic script 'eci-doctor.sh' which came up with the following...

Quote:
[root@localhost root]# '/usr/local/bin/eci-doctor.sh'
You are using linux kernel version 2.6.6
Support for USB is OK
Preliminary USB device filesystem is OK
dabusb module is not loaded: OK
ehci-hcd module is not loaded: OK
UHCI support is missing... trying to load
UHCI support: failed to load
OHCI support is missing... trying to load
OHCI support: failed to load
I found no USB controller
[root@localhost root]#
any idea what I should do about it?
  #2  
Old 05-28-2004
Didou's Avatar
Bowtie extraordinair!
 
Location: Brussels, Belgium
Member since: Feb 2002, 5,895 posts
System specs
[root@localhost root]# cat /usr/src/linux/.config |grep -i USB
CONFIG_INPUT_IFORCE_USB=m
CONFIG_VIDEO_CPIA_USB=m
# USB support
CONFIG_USB=m
# CONFIG_USB_DEBUG is not set
CONFIG_USB_DEVICEFS=y
# CONFIG_USB_BANDWIDTH is not set
CONFIG_USB_EHCI_HCD=m
CONFIG_USB_UHCI=m
CONFIG_USB_UHCI_ALT=m
CONFIG_USB_OHCI=m


What does yours say ?
  #3  
Old 05-28-2004
TechSpot Evangelist
 
Location: Bridgend
Member since: Nov 2003, 2,371 posts
[root@localhost root]# cat /usr/src/linux/.config |grep -i USB
CONFIG_USB_IRDA=m
CONFIG_BT_HCIUSB=m
CONFIG_BT_HCIUSB_SCO=y
CONFIG_BT_HCIBFUSB=m
CONFIG_JOYSTICK_IFORCE_USB=y
# USB-based Watchdog Cards
# CONFIG_USBPCWATCHDOG is not set
CONFIG_VIDEO_CPIA_USB=m
# Supported USB Adapters
CONFIG_DVB_TTUSB_BUDGET=m
# CONFIG_DVB_TTUSB_DEC is not set
# ALSA USB devices
CONFIG_SND_USB_AUDIO=m
# USB support
CONFIG_USB=m
# CONFIG_USB_DEBUG is not set
# Miscellaneous USB options
CONFIG_USB_DEVICEFS=y
CONFIG_USB_BANDWIDTH=y
CONFIG_USB_DYNAMIC_MINORS=y
# USB Host Controller Drivers
CONFIG_USB_EHCI_HCD=m
# CONFIG_USB_EHCI_SPLIT_ISO is not set
# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
CONFIG_USB_OHCI_HCD=m
CONFIG_USB_UHCI_HCD=m

# USB Device Class drivers
CONFIG_USB_AUDIO=m


I think that's the relevant part. The bold lines are the only instances of EHCI, OHCI, and UHCI in the whole report. I have the rest of the report if needed. I don't understand any of it!

Something tells me that this is interestering though (or maybe not, lol)...

# CONFIG_USB_EHCI_ROOT_HUB_TT is not set

Last edited by Spike; 05-28-2004 at 08:12 AM..
  #4  
Old 05-28-2004
Phantasm66's Avatar
TechSpot Evangelist
 
Location: Glasgow, Scotland
Member since: Feb 2002, 6,504 posts
Quote:
Originally posted by Spike
I have the rest of the report if needed. I don't understand any of it!

You are just grepping your kernel config file for instances of USB. Each of these lines represents a component which can be compiled into the kernel (y), as a module (m), or not set, in which case its not compiled at all.

Maybe try compiling that stuff into the kernel and not as modules if you are having problems.

Don't hack your .config file, though. Edit with xconfig.

  #5  
Old 05-28-2004
Didou's Avatar
Bowtie extraordinair!
 
Location: Brussels, Belgium
Member since: Feb 2002, 5,895 posts
System specs
You can also try t oload the modules manually before launching the eci-doctor.sh script.

[root@armilia root]/sbin/modprobe usb-uhci
Closed Thread

Similar Topics
Topic Replies Forum
What Linux to try for a Linux noob? 37 The Alternative OS
windows files on linux for Red Hat Linux 1 The Alternative OS
Linux/Windows dualboot machine with Linux first? 1 The Alternative OS
xandros linux lover windows/linux programmer (RealBASIC) newbie 2 Introduce yourself
2nd linux install overwrites MBR of 1st linux install 4 The Alternative OS

Thread Tools Search this Thread
Search this Thread:

Advanced Search
All times are GMT -4. The time now is 12:06 AM.