You are not logged in.

#1 2004-03-02 04:59:50

lilsirecho
Veteran
Registered: 2003-10-24
Posts: 5,000

Cannot use linux code none /proc/bus/usb usbdevfs default

big_smile  smile Gents;

  Googling says to use the subject code to enter the usb bus info which includes drivers and devices.

   Pacman -S usbdevfs  gives no download...not in sync db.

   Pacman -S usbfs     gives the same result.

   How do I find the drivers for USB 2.0????  Kernel2.6.3


Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit!     X-ray confirms Iam spineless!

Offline

#2 2004-03-02 05:02:55

apeiro
Daddy
From: Victoria, BC, Canada
Registered: 2002-08-12
Posts: 771
Website

Re: Cannot use linux code none /proc/bus/usb usbdevfs default

# mount -t usbdevfs none /proc/bus/usb

Offline

#3 2004-03-02 05:11:50

lilsirecho
Veteran
Registered: 2003-10-24
Posts: 5,000

Re: Cannot use linux code none /proc/bus/usb usbdevfs default

big_smile  smile apiero;
    I did that.....result same

   As reported, the usbfs system is required to mount the /proc/bus/usb and in checking for that system with pacman....it is not in the database.

    I have rebooted as well with no change.  Still get only devices in the proc file.  Cannot determine where the drivers are located.


Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit!     X-ray confirms Iam spineless!

Offline

#4 2004-03-02 05:59:21

sarah31
Member
From: Middle of Canada
Registered: 2002-08-20
Posts: 2,975
Website

Re: Cannot use linux code none /proc/bus/usb usbdevfs default

usb(dev)fs is something built into (or a module in) the kernel, if i am not mistaken.

you can access it via adding a necessary line to your fstab.

none   /proc/bus/usb/  usbdevfs  0   0

if this does not work then you will need to install libusb.

(so you know there were several mentions on the line needed in your fstab to access usbfs. so even if you may think your situation is unique perhaps do a search of the forum and google.com/linux first)


AKA uknowme

I am not your friend

Offline

#5 2004-03-02 06:20:48

lilsirecho
Veteran
Registered: 2003-10-24
Posts: 5,000

Re: Cannot use linux code none /proc/bus/usb usbdevfs default

big_smile  smile Sarah;

   Thanks for the reply.

   I have googled all day searched all the possibilities and was made aware of the entry required in fstab and executed every form of it that was mentioned in the google references.

   I have had libusb since I loaded the kernel.

   Since I have performed all the necessary ...mount.. methods and rebooted many times after changing the format as mentioned in all the googles , I have to assume one of two things... my fstab doesn't work correctly on reboot or the drivers I seek are not included in the /proc directory.

   The /drivers directory contains uhci only, /root/dev contains ...hid...only and I am looking for usb-storage, ehci, hub and anything elkse related to USB 2.0 to enable usb 2.0 high-speed operation of my usb hdd.

    What else can be done?

    One question answered will help a whole lot...are the USB 2.0 drivers supposed to be listed in /proc/bus/usb ?


Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit!     X-ray confirms Iam spineless!

Offline

Board footer

Powered by FluxBB