audio op medion MD 96640
matttbe
baertsmatthieu op gmail.com
Di Jul 29 11:41:55 UTC 2008
(second message)
Sorry but I don't speak dutch very well... and sorry for my poor English :D
guido dom wrote:
>
> Hallo
>
> Mijn ALDI-MEDION MD 96640 laptop heeft een REALTEK HD AUDIO systeem en
> kaart
> (ALC 888?) en UBUNTU geeft daarmee zeer flauw - met alles op maximum -
> geluid weer.
>
> Kent er iemand een oplossing hiervoor?
>
> --
> Tel:+32 (0)58 239804 +32 (0)497 538736
>
> Nog een mooie dag toegewenst.
>
> Guido (dompie) Dom
> Registered Linux (Ubuntu) User # 462578
>
> --
> Ubuntu-NL mailing list
> Ubuntu-NL op lists.ubuntu.com
> Info/Uitschrijven: https://lists.ubuntu.com/mailman/listinfo/ubuntu-nl
>
>
I have MD 96640 too and now i haven't any problem with Ubuntu Hardy 64bit:
Sound : (from http://doc.ubuntu-fr.org/audio_intel_hda)
***************************************
sudo apt-get install build-essential
wget ftp://ftp.alsa-project.org/pub/driver/alsa-driver-1.0.16.tar.bz2
tar -jxf alsa-driver-1.0.16.tar.bz2
wget http://poiresdujardin.free.fr/patch/patch_realtek_mitac8227.tar.gz
tar -xzf patch_realtek_mitac8227.tar.gz
rm alsa-driver-1.0.16/sound/pci/hda/patch_realtek.c
mv patch_realtek.c alsa-driver-1.0.16/sound/pci/hda/
cd alsa-driver-1.0.16/
./configure --with-cards=hda-intel --with-oss=yes
make
sudo rm /lib/modules/`uname
-r`/ubuntu/sound/alsa-driver/pci/hda/snd-hda-intel.ko
cp pci/hda/snd-hda-intel.ko /lib/modules/`uname
-r`/ubuntu/sound/alsa-driver/pci/hda/
sudo gedit /etc/modprobe.d/alsa-base
*** put in the end ***
options snd-hda-intel model=auto
# I have just a problem with the microphone... if someone finds how to
resolve this problem....
***************************************
(May-be if you have some problems with wifi Ralink :)
(from :
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/216084/comments/10)
download the last firmware and driver for RT2860 from
http://www.ralinktech.com/ralink/Home/Support/Linux.html
copy the firmare to /lib/firmware (sudo cp rt2860.bin /lib/firmware/`uname
-r`)
extract driver to ~/driver
******************
cd ~/driver
gedit os/linux/config.mk ######### change : HAS_WPA_SUPPLICANT=n =>
HAS_WPA_SUPPLICANT=y and HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=n =>
HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y
sudo -s
make
make install
modprobe rt2860sta
ifconfig ra0 up
gedit /etc/network/interfaces ######### put on the end 'auto ra0'
/etc/init.d/networking restart
////// * Reconfiguring network interfaces...
Ignoring unknown interface ra0=ra0.
//////
[ OK ]
ps faux | grep NetworkManager
////// root 5634 0.0 0.0 52532 2268 ? Ssl 22:02
0:00 /usr/sbin/NetworkManager --pid-file
/var/run/NetworkManager/NetworkManager.pid
////// root 5648 0.0 0.0 28384 1420 ? Ss 22:02
0:00 /usr/sbin/NetworkManagerDispatcher --pid-file
/var/run/NetworkManager/NetworkManagerDispatcher.pid
////// root 9019 0.0 0.0 5172 840 pts/0 S+ 22:27
0:00 \_ grep NetworkManager
kill 5634
kill 5648
/usr/sbin/NetworkManager --pid-file
/var/run/NetworkManager/NetworkManager.pid
/usr/sbin/NetworkManager --pid-file
/var/run/NetworkManager/NetworkManagerDispatcher.pid
**********************
after that, install wicd (it's better than NetworkManager for Ralink
firmware I think)
(add 'deb http://apt.wicd.net hardy extras' to sudo gedit
/etc/apt/sources.list)
(sudo apt-get update)
(sudo apt-get install wicd)
--
View this message in context: http://www.nabble.com/audio-op-medion-MD-96640-tp18630010p18665381.html
Sent from the ubuntu-nl mailing list archive at Nabble.com.
Meer informatie over de Ubuntu-NL
maillijst