Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

USB drivers in linux redhat7.2

Status
Not open for further replies.

verma.ind

Junior Member level 2
Joined
Mar 5, 2007
Messages
24
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,416
Can anybody tell, how to install usb port drivers in linux redhat7.2?
Drivers will come with the linux cd or we have to download it.
 

Usb host (uhci/ehci/ohci) driver from kernel_package?

#insmod /lib/modules/2.6.xx-xx/kernel/drivers/usb/core/usbcore.ko
#insmod /lib/modules/2.6.xx-xx/kernel/drivers/usb/host/ehci-hcd.ko
#insmod /lib/modules/2.6.xx-xx/kernel/drivers/usb/host/ohci-hcd.ko
#insmod /lib/modules/2.6.xx-xx/kernel/drivers/usb/host/uhci-hcd.ko

Or Usb device driver ?
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top