2007年10月30日星期二

Using Windows wireless driver under Linux

Clear the previous installation of bcmwl5
clive@omniscience:~$ sudo ndiswrapper -r bcmwl5
Specify the path of the driver in Windows and install it:
clive@omniscience:~$ sudo ndiswrapper -i /media/sda1/DELL/drivers/R151519/DRIVER/bcmwl5.inf
installing bcmwl5 ...
sudo ndiswrapper -l
sudo modprobe ndiswrapper

2007年10月20日星期六

Sound problem with D630 in Gutsy

1. Get the latest alsa drivers from Georgia Tech's website
Quote:
wget http://www.gtlib.gatech.edu/pub/suse/projects/alsa/snapshot/driver/alsa-driver-hg20070804.tar.bz2
2. extract it
3. change directory to the directory with the extracted files
4. configure with
Quote:
./configure --with-cards-hda-intel
5.
Quote:
make
6.
Quote:
sudo make install
7. reboot