I am trying to install a driver for a philips spc900nc/00 webcam
I found the driver online via a link on the philips webset at
http://saillard.org/linux/pwc/
This is the full output when I try to compile the driver
/home/astarmathsandphysics/Desktop/pwc-10.0.12-rc1# make
make -C /lib/modules/3.0.0-17-generic-pae/build SUBDIRS=/home/astarmathsandphysics/Desktop/pwc-10.0.12-rc1 modules
mak
Hello,
I am trying to install sn9c201 webcam driver in fedora 11 in accordance to the instructions given in http://groups.google.com/group/micro...a-driver-draft. Here's the problems I faced.
Hello Everyone. I have a problem installing my realtek 8188se driver for my backtrack 5r1 system. When i run make i get these errors:
root@bt:~/Desktop/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011# make
make -C /lib/modules/2.6.39.4/build M=/root/Desktop/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011 modules
make: *** /lib/modules/2.6.39.4/build: No such file or directory.
I written a script to take backup of svn repositories using command "svn-backup-dumps"
But I am getting the error "svn-backup-dumps: command not found", Many forms suggests to install 'subversion-tools' to make this command works.
[root@localhost tmp]# uname -a
Linux localhost.localdomain 2.6.33.3-85.fc13.i686.PAE #1 SMP Thu May 6 18:27:11 UTC 2010 i686 i686 i386 GNU/Linux
I downloaded package
i downloaded the latest broadcom wifi drivers to my opensuse laptop, and i get the following error message.
Code:
linux@linux:~/Desktop/hybrid_wl> make clean
KBUILD_NOPEDANTIC=1 make -C /lib/modules/`uname -r`/build M=`pwd` clean
make: *** /lib/modules/2.6.31.5-0.1-desktop/build: No such file or directory. Stop.
make: *** [clean] Error 2
I bought a new Toshiba Satellite C855 and installed Ubuntu 12.10 on it only to find that the preinstalled drivers for wifi and ethernet do not work. As a result, this new computer has absolutely no internet access. I downloaded the source for the correct drivers and I am currently working on installing them.
I got an error "/lib/modules/2.6.18-194.el5/build: No such file or directory. Stop." while installing moxa driver, following is the shell screen shot. please help me for a resolution.
I got an error
/lib/modules/2.6.18-194.el5/build: No such file or directory. Stop.
while installing moxa driver, following is the shell screen shot.
I am just trying to learn how to driver modules for Linux Kernel. I followed Linux Device drivers 3rd edition book and started my work. I created a sample program and makefile. Please find my makefile contents below.
obj-m += testModule.o
make -C /lib/modules/3.2.36/build M=$(PWD) modules
I saved this makefile in my home directory.