Skip to main content

Thread: Helpful guide for HP Pavilion DM1 Ubuntu users (Wifi, Video, Sound Solution)


hi there! i've purchased hp pavilion dm1 , sure experienced following problems

* wifi not working
* video card not working
* headphones not working

anyways regarding headphones works in ubuntu 10.04 , not in ubuntu 10.10, , please if using ubuntu 10.04 , laptop hibernates you'll surprised headphones won't work. restarting wont fix, need restart alsa-mixer , totally shutdown laptop.


wifi below instruction (thanks 6by9.net)


go https://build.opensuse.org/package/b...ry=11.4-update

you'll see 64-bit (x86_64) , 32-bit (i586) packages listed. download opensuse driver package - source rpm, not binary package: rt5390sta-2.4.0.4-7.1.src.rpm

open web browser's download directory , double-click src rpm. extract files new directory named opensuse_rt5390sta_driver

open terminal , sudo root:
sudo su -
cd opensuse_rt5390sta_driver
tar jxvf 2010_1216_rt5390_linuxsta_v2.4.0.4_wifibtcombo_dpo .tar.bz2
cd 2010_1216_rt5390_linuxsta_v2.4.0.4_wifibtcombo_dpo/
patch -p0 < ../rt5390sta-2.4.0.4-config.patch
patch -p0 < ../rt5390sta-2.4.0.4-wpa-mixed.patch
patch -p0 < ../rt5390sta-2.4.0.4-convert-devicename-to-wlanx.patch
patch -p0 < ../rt5390sta-2.4.0.4-remove-potential-conflicts-with-rt2860sta.patch
patch -p0 < ../rt5390sta-2.4.0.4-return_nonvoid_function.patch
patch -p0 < ../rt5390sta-2.4.0.4-reduce_debug_output.patch
mv rt2860sta.dat rt5390sta.dat
vi os/linux/config.mk

change has_antenna_diversity_support to:
has_antenna_diversity_support=y

make
mkdir -p /etc/wireless/rt5390sta
cp rt5390sta.dat /etc/wireless/rt5390sta/
cp -i os/linux/rt5390sta.ko /lib/modules/`uname -r`/kernel/drivers/net/wireless/
echo rt5390sta >> /etc/modules
echo "blacklist rt2800pci" >> /etc/modprobe.d/blacklist.conf
depmod -a




video card follow steps @ http://wiki.cchtml.com/index.php/ubuntu



Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Hardware [ubuntu] Helpful guide for HP Pavilion DM1 Ubuntu users (Wifi, Video, Sound Solution)


Ubuntu

Comments