9.22.2008

dell 1310 & Ubuntu

I install Ubuntu 8.0.4.1 on my Dell 1310

It really took me a time for resolve the Drivers problems.

Graphics Card: GF8400 GS
I installed NVIDIA-Linux-x86-173.14.05-pkg1.run for My Graphics Card
but it doesn't work on my new kernel linux-2.6.27-rc6liu
finally I found the driver developed by https://launchpad.net
https://launchpad.net/ubuntu/+source/nvidia-graphics-drivers-173/173.14.09-0ubuntu4
download / dpkg
Now the Graphics is Ready!

Sound Card: Intel-Hda
add the following lines to /etc/modprobe.d/alsa-base
options snd-hda-intel index=0 model=dell
Reboot, It works.

Wireless Card is ready!
I installed Ndiswrapper
sudo apt-get install ndisgtk ndiswrapper-common

dell 1310 wireless card 1395 installations:
echo -e 'blacklist bcm43xx\nblacklist wl' | sudo tee -a /etc/modprobe.d/blacklist
sudo apt-get install ndiswrapper-utils-1.9
mkdir ~/bcm43xx; cd ~/bcm43xx

find wireless driver in Dell driver CD
R174291.exe into /home/edy/R174291
cd /home/edy/R174291
sudo ndiswrapper -i bcmwl5.inf
ndiswrapper -l
sudo depmod -a
sudo modprobe ndiswrapper
sudo cp /etc/network/interfaces /etc/network/interfaces.orig
echo -e 'auto lo\niface lo inet loopback\n' | sudo tee /etc/network/interfaces
sudo ndiswrapper -m
echo 'ndiswrapper' | sudo tee -a /etc/modules
echo 'ENABLED=0' | sudo tee -a /etc/default/wpasupplicant

sudo rmmod b43
sudo rmmod b44
sudo rmmod b43legacy #this step added Apr 27 2008
sudo rmmod wl #this step added Sep 20 2008
sudo rmmod ssb
sudo rmmod ndiswrapper
sudo modprobe ndiswrapper
sudo modprobe ssb
sudo modprobe b44 #this step added May 1 2008

k.o. le
Tks to everyone who contribute for freedom in Linux/Unix World.

https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx/Feisty_No-Fluff

Labels:

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home