A device driver or software driver is a computer program allowing higher-level computer programs to interact with a hardware device.
20
votes
4answers
9k views
Moving linux install to a new computer
I know that it can, in some circumstances, be difficult to move a Windows installation from one computer to another (physically move the hard drive), but how does that work on linux? Aren't most of ...
9
votes
2answers
16k views
What is the difference between ioctl(), unlocked_ioctl() and compat_ioctl()?
Going through the linux 2.6.36 source code at lxr.linux.no, I could not find the ioctl() method in file_operations. Instead I found two new calls: unlocked_ioctl() and compat_ioctl().
What is the ...
3
votes
2answers
5k views
Firmware for wireless card on Ubuntu/Debian?
This is a follow up to my previous question about Debian support for Linksys Wusb600n. I have tried running the Ubunut/Xubuntu LiveCDs and the WiFi does not come up.
The Gnome Network Manager menu ...
1
vote
2answers
2k views
Achieving full resolution with PowerVR SGX454 on Ubuntu 12.04
I have a Mini-PC with an ASRock AD2700B-ITX motherboard, which has an Intel PowerVR SGX545 on-board graphic chip. I installed Ubuntu 12.04 on it today.
Everything is working properly and is quite ...
13
votes
3answers
862 views
Why don't you need to update drivers? (Or do you?)
In my life I've not once updated drivers on any of my Linux systems, though they have all been desktops. A friend was asking me why one does not need to update Linux drivers and I found myself unable ...
6
votes
2answers
10k views
Xvideo extension not active with the radeon driver
On my computer running Debian squeeze with the radeon driver, the XVideo extension doesn't work (the extension itself is there but the hardware is not supported). xvinfo shows
X-Video Extension ...
5
votes
1answer
2k views
Webcam on Angström
I am running Angström on my BeagleBoard-xm. I want to use a webcam (I have Microsoft LifeCam Cinema and Logitech C310). I installed v4l-utils, libv4l-dev and kernel-module-uvcvideo with opkg. But the ...
4
votes
2answers
403 views
What’s the difference between a “raw” and a “cooked” device driver?
Does this concept only apply to terminal drivers (which is what most sites cover) or to any driver in general?
3
votes
2answers
1k views
Driver for Intel 2200BG wireless network card
I'm trying to make work my wireless network card Intel 2200BG in my laptop Acer Travelmate 4002WLMI.
I tried so far:
$ sudo lshw -C network
*-network:1
description: Wireless interface
...
2
votes
2answers
229 views
USB Driver Compilation Error
I'm currently trying to compile a Linux USB UART driver, which is provided here:
http://www.exar.com/connectivity/uart-and-bridging-solutions/usb-uarts/xr21v1410
The driver consists of 2 header files ...
2
votes
1answer
712 views
How to install much newer mpt2sas driver version in debian squeeze?
Linux debian squeeze 6.0.6 (2.6.32-5-amd64) is supplied with quite an old 02.100.03.00 version of the mpt2sas driver.
I do wish to install a much newer mpt2sas driver version. In know there are ...
2
votes
2answers
342 views
Does Linux have support for network interfaces over an AT-Command serial modem?
I've got a Telit GM862-GPS module, which is a GPRS modem with a serial interface and uses the standard Hayes AT command set (with some extensions). What I'd like to do is to be able to connect this up ...
2
votes
1answer
4k views
How to install a specific video driver on Fedora?
I need to install a compatible video driver on a Fedora machine.
The resolution proportion isn't very well and I can't change the brightness and contrast (xbacklight and xgamma) either.
Please answer ...
2
votes
1answer
191 views
lsmod returns nothing on my embedded device
I have put a vendor supplied embedded Linux installation (called X-Linux) onto a hardware device. I ran lsmod to see what modules are loaded and nothing at all is shown. Also there is no /proc/modules ...
2
votes
2answers
506 views
Where can I find the Linux driver for headphones in the kernel tree?
I have headphones with three buttons on them which allow me to control my music player with my phone. I want to write a driver for my headphones to make it control my music player on my pc (Ubuntu ...
2
votes
1answer
3k views
/lib/modules/2.6.37.6/build missing in linux puppy? what should I do?
I am new to linux as of yesterday. I'm using linux puppy to try to get the most out of a 10 year old, slow laptop. I installed it fine, no problems there, but as soon as I try to use my usb dongle's ...
2
votes
1answer
547 views
How do I downgrade my nVidia Driver in openSUSE 12.1?
I’m trying to trouble-shoot a problem that I’ve been having. Downgrading my nVidia driver is about the only thing I haven’t tried.
I have an nVidea GeForce 6200 and installed the ...
2
votes
2answers
858 views
Why does my USB wireless network adapter disconnect every few seconds?
I don't have experience with drivers and other things. After installing Linux Mint 11 on my machine (I did a dist-upgrade), everything seemed to be great -- I didn't need to install any drivers. After ...
1
vote
5answers
1k views
How to disable Nouveau on Fedora 18?
I want to install the proprietary Nvidia driver. Downloaded it from here. I have the 64-bit one.
However, when I try to install it, I can't because the Nouveau driver is already there. I have spend ...
0
votes
1answer
286 views
How to feed linux new install drivers?
I'm trying to install a Linux distribution on my new setup, but after the first tries I failed without knowing why.
My configuration:
Desktop PC HP
Processor: Intel Core i3 2120 @3.30GHz
...
0
votes
1answer
64 views
What's the difference between CONFIG_R8169 and CONFIG_R8169_VLAN?
.config from /usr/src/linux-2.6.38.8 contains:
CONFIG_R8169=m
CONFIG_R8169_VLAN=y
What's the difference between CONFIG_R8169 and CONFIG_R8169_VLAN?
0
votes
2answers
568 views
Linksys wusb600n support on Debian-6
I'm on my way from Windows 7 to Debian 6. The only problem... I'm not sure about my network adapter. Its Linksys wusb600n and without it - no internet access for me.
Does Debian 6 support it?
Will ...