Tagged Questions
1
vote
0answers
76 views
How to load kernel module in Chromium OS?
I've installed the Chromium Vanilla by Hexxeh to a USB drive, but I can't use it on my computer because it lacks the carl9170 driver, which is needed by my adapter (a D-Link DWA-160.)
I've managed to ...
2
votes
1answer
168 views
(Solved) Linux cdc_acm device - unexpected characters sent to USB device
I'm having trouble with unexpected characters being sent on a USB port with the cdc_acm driver. What makes this all the more perplexing is that the code runs fine on Ubuntu 12.04 (3.2 kernel) but ...
1
vote
1answer
137 views
Compile Linux Kernel w/ Dynamically (Un)loadable usbserial Module
I've attempted to install drivers for an FPGA device, but require that I remove the usbserial module. This happens to be impossible because usbserial is a built-in module. It was suggested that I ...
2
votes
2answers
613 views
Prevent usbhid from claiming USB device
Directly related: Prevent claiming of novelty usb device by usbhid so I can control it with libusb?
I want to access an RFID reader (works as HID device) from a program that uses libusb-0.1. In the ...
2
votes
2answers
978 views
How to enable force feedback in kernel 2.6.34 - 64 bit?
The wheel is Logitech driving force DFGT.
The platform:
linux-dopx:/home/anisha/ # cat /etc/issue && uname -a
Welcome to openSUSE 11.3 "Teal" - Kernel \r (\l).
Linux linux-dopx ...
0
votes
0answers
302 views
Silicon Wave USB Bluetooth Adapter doesn't work
I have been trying to use my usb bluetooth adapter(silicon wave) on ubuntu 11.10 server, it appears in the lsusb list but it doesn't work
Bus 005 Device 003: ID 0c10:0000
root@i5-PC:/home/john# ...
16
votes
1answer
5k views
How to assign USB driver to device
This question is two-fold:
First, how do you manually detach a driver from a USB device and attach a different one? For example, I have a device that when connected automatically uses the ...
8
votes
3answers
2k views
Mount printers at /dev/usb and still use CUPS
Due to a new version of CUPS, I suddenly lost the direct path to my printers that was previously available under /dev/usb/lpXXX. I used this to print directly from the command line. echo "test" > ...
2
votes
0answers
223 views
`power/persist` file not found in USB device sysfs directory
The file /usr/share/doc/linux-doc/usb/persist.txt.gz mentions that the USB-persist capability can be enabled for a given USB device by writing 1 to the file persist in that device's directory in ...