LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 09-14-2003, 08:58 PM   #1
Macguyvok
Member
 
Registered: Sep 2003
Location: NewYork - Fredonia - USA
Distribution: MDK 10; SuSE 9.0; Gentoo
Posts: 79

Rep: Reputation: 15
Unhappy USB is AWOL on my HP.


Well, I thought I had everything working on my laptop. I even had suspend to disk working for the first time today.... but now I've hit another snag.... USB. I plugged a device in... and nothing. USB isn't even in my /proc. I rand harddrak, and it shows 3 usb devices, just like windows does, (where my USb works fine) but, when I plug a USB mouse in, the light doesn't come on. I've tried 2 mice, and a USB flash drive.... nothing. Under windows they all work. I've tried mandrake 9.1 and 9.2 RC2. I'm kinda at a loss. Any help?

BTW, laptop is a HP ze5385us. USB works under Knoppix 3.2, and from what I can tell no one's had a UB issue with this laptop yet.... so I'm stumpped. I've done 3 fresh installs.. and it still doesn't work.

Is there something I can pass to the kernel to tell it to "turn on" usb? (since I have to do a "linux no auto" install inorder to keep it from detecting my firewire, which freezes the install)

I appologize for the scrambled post, but I'm pretty tired as I type this....
 
Old 09-14-2003, 09:12 PM   #2
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
First lets see if it can see them. Use this command ' cat /proc/scsi/scsi '
If it shows your USB device then you will need to mount it manually.

First create a directory for it to mount to ' mkdir /mnt/usbdrive '
Then to mount it ' mount -t vfat /dev/sda1 /mnt/usbdevice ' as long as it is vfat. If it is any thing else change vfat to whatever filesystem type it is.

Hope this helps.
Brian1
 
Old 09-15-2003, 03:16 PM   #3
Macguyvok
Member
 
Registered: Sep 2003
Location: NewYork - Fredonia - USA
Distribution: MDK 10; SuSE 9.0; Gentoo
Posts: 79

Original Poster
Rep: Reputation: 15
Nope. Not there. It doesn't seem to register USB at all.
 
Old 09-15-2003, 06:03 PM   #4
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
Sorry didn't read your question very well.

Show me these outputs. With the mouse plugged in and with the flashreader plugged in.

cat /proc/bus/usb/devices

cat /proc/bus/usb/drivers

cat /proc/scsi/scsi

lsmod

You can download a program called usbview to show USB info in a gui screen.

Also to see if USB is compiled as a module check and see if you have the following directory /lib/modules/*****/kernel/drivers/usb (***** is the current kernel you are using if there is more than one.
Example of mine file:/lib/modules/2.4.23-pre4/kernel/drivers/usb
 
Old 09-17-2003, 09:12 PM   #5
Macguyvok
Member
 
Registered: Sep 2003
Location: NewYork - Fredonia - USA
Distribution: MDK 10; SuSE 9.0; Gentoo
Posts: 79

Original Poster
Rep: Reputation: 15
I have USB view, and it complains about not being able to find /proc/usb/devices.

Here's the cats u wanted:

cat /proc/bus/usb/devices
No such file or Directory

cat /proc/bus/usb/drivers
No such file or Directory

cat /proc/bus/scsi/scsi
Attatched Devices:
Host: scsi0 Channel: 00 Id: 00 Lun: 00
Vendor: TEAC Model: DW-224E Rev: A.0H
Type: CD-ROM ANSI SCSI revision: 02

Not very helpful, huh? When I look for the USB drivers, I find that yes, I have the /lib/modules/2.4.22-mdk6/kernel/drives/usb, and it has a ton of things in it.

Also, I don't remember if I said this, but if I boot a USB device, it has power, but if I plug one in after I boot mandrake, it doesn't recieve power, IE the light on the optical mouse doesn't light up, nor the light on the flashdrive.... nothing.
 
Old 09-18-2003, 07:00 PM   #6
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
What does your ' lsmod ' report. This list the modules running.

Doesn't look like modules are loaded or kernel issue.
 
Old 09-19-2003, 01:11 AM   #7
ArmedGeek
Member
 
Registered: Jul 2003
Location: Houston Texas
Distribution: Mandrake
Posts: 38

Rep: Reputation: 15
Exclamation Same Problem here

I use a HP - N5415 laptop. This machine (probably yours too) uses (i believe) an ALi USB. I have the same problem.

If you check your logs you will probably find something like:
USB device not accepting new address=2 (error=-110)

I have not been able to solve this problem. I spent several weeks banging away at this and have finally given up. I have not been able to find any solutions on the internet.

Whatever the problem is, it is beyond my skills to fix. I am now just waiting for someone more skilled than myself to fix it, or possibly newer versions of the OS or kernel.
 
Old 09-19-2003, 03:34 AM   #8
tsy
LQ Newbie
 
Registered: Sep 2003
Distribution: Mandrake
Posts: 4

Rep: Reputation: 0
Same problem here.

I have a JVC-XP 7250 Laptop with USB 2.0 and am using Mandrake 9.2RC1. I can't mount any device on the USB ports, during startup linux is complaining about some IRQ or IO problems regarding the OHCI module.

But if i connect my USB flashcard _before_ I start the Computer, OHCI is starting fine and I can mount the flashcard. If I start the computer without the attached flashcard and plug it in when lilo is running and before booting linux OHCI is complaining about IRQs/IOs again.

So it seems the BIOS has to enable the ports, which it will only make, when a device is connected (newbie view). Otherwise with Windows everything is working.

Hoping that somebody finds a solution now that more guys seem to have the same problem.

Thorsten
 
Old 09-24-2003, 10:35 PM   #9
Macguyvok
Member
 
Registered: Sep 2003
Location: NewYork - Fredonia - USA
Distribution: MDK 10; SuSE 9.0; Gentoo
Posts: 79

Original Poster
Rep: Reputation: 15
Well, It's not loading the USB modules.. how do I load them?
 
Old 09-25-2003, 05:49 PM   #10
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
At a terminal screen issue these commands. This is to see which ones you need.

insmod usb-ohci for some 1.0 1.1 usb cards
insmod usd-uhci for other 1.0 1.1 usb cards
insmod ehci-hcd for 2.0 usb

One or two will not load. The ones that load with no errors you could then add them to /etc/modules.conf file. Example below of my statements in my modules.conf file.


edit /etc/modules.conf
alias usb-controller usb-ohci
alias usb-controller1 ehci-hcd
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Zip Drive goes AWOL.... ArthurDent Linux - Hardware 9 04-18-2004 10:50 PM
HP usb printer awol mdk 9.1 rooman Linux - Hardware 1 10-01-2003 02:55 PM
modem AWOL rooman Linux - Hardware 1 09-17-2002 03:24 PM
modem AWOL rooman Linux - Distributions 5 09-17-2002 03:20 PM
AWOL usb's acid_kewpie Linux - General 0 06-16-2001 05:06 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 10:05 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration