LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 11-27-2005, 10:31 PM   #1
m_yates
Senior Member
 
Registered: Aug 2003
Location: Upstate
Distribution: Debian, Mint, Mythbuntu
Posts: 1,249

Rep: Reputation: 101Reputation: 101
Asus A8V-MX Mainboard


Has anyone gotten this motherboard to work under Linux? I have been trying for two weeks. It appears that the VT8251 chipset is not recognized, even using the latest kernel 2.6.15-rc2. It prevents DMA from being turned on for the hard disk. As a result, the system is slower than my 5 year old laptop. I was able to install Debian-386, Debian-amd64, Ubuntu-386, and Ubuntu-amd64, but nothing will get DMA working.
 
Old 11-28-2005, 11:54 AM   #2
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,940

Rep: Reputation: 129Reputation: 129
I think you are correct. You'd be better querying LKML about this, first via search.
 
Old 11-30-2005, 08:19 AM   #3
m_yates
Senior Member
 
Registered: Aug 2003
Location: Upstate
Distribution: Debian, Mint, Mythbuntu
Posts: 1,249

Original Poster
Rep: Reputation: 101Reputation: 101
I got it working. Here is a link to the patch needed for kernel 2.6.15-rc2: http://article.gmane.org/gmane.linux.ide/6599 The patch works in Ubuntu (Breezy) AMD64. DMA now works for my IDE hard drive. However, I also tried patching and compiling the kernel in Debian and the new kernel failed with "/dev/hda1 not found". There must be something different with the kernel configuration or boot process between Ubuntu and Debian. I don't have any more time to try and figure out anything else, so I am now a new Ubuntu convert. Everything works except sound.

Sound does not work with this motherboard in Debian (etch/sid), Ubuntu(breezy), or Knoppix(4). I might try another post to see if anyone knows anything about sound. If not, it is off to Compusa for a soundcard
 
Old 11-30-2005, 08:34 AM   #4
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,940

Rep: Reputation: 129Reputation: 129
Post your "/sbin/lspci" output for Multimedia Audiocontroller ...
 
Old 11-30-2005, 02:45 PM   #5
m_yates
Senior Member
 
Registered: Aug 2003
Location: Upstate
Distribution: Debian, Mint, Mythbuntu
Posts: 1,249

Original Poster
Rep: Reputation: 101Reputation: 101
Quote:
matt@duster:~$ lspci | grep Multimedia
0000:00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev 70)
Any help would be appreciated. If I open an audio stream in xmms, it plays sound for about half a second, then freezes. Asus lists the audio chip for this motherboard as "Realtek ALC653", alsamixer shows "Realtek ALC655 rev 1". Here is information on modules:
Quote:
root@duster:/home/matt# lsmod | grep snd
snd_seq_dummy 4484 0
snd_seq_oss 32128 0
snd_seq_midi 9920 0
snd_seq_midi_event 8064 2 snd_seq_oss,snd_seq_midi
snd_seq 52032 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_via82xx 29472 1
gameport 16392 1 snd_via82xx
snd_ac97_codec 87000 1 snd_via82xx
snd_pcm_oss 51232 0
snd_mixer_oss 17664 1 snd_pcm_oss
snd_pcm 91020 3 snd_via82xx,snd_ac97_codec,snd_pcm_oss
snd_timer 24200 2 snd_seq,snd_pcm
snd_page_alloc 11408 2 snd_via82xx,snd_pcm
snd_mpu401_uart 7936 1 snd_via82xx
snd_rawmidi 27040 2 snd_seq_midi,snd_mpu401_uart
snd_seq_device 9488 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq,snd_rawmidi
snd 55784 13 snd_seq_oss,snd_seq,snd_via82xx,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer,snd_mpu40 1_uart,snd_rawmidi,snd_seq_device
soundcore 10912 1 snd
I am currently using alsa that comes with breezy Ubuntu. I tried upgrading to version 1.0.10 from Debian sid, but that didn't help.
 
Old 12-02-2005, 08:08 AM   #6
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,940

Rep: Reputation: 129Reputation: 129
Just curious if sound works at all, or this is a stream problem with XMMS?
Your modules look superlative. I have the same for that VIA soundchip
in a couple of boxen.
 
Old 12-02-2005, 08:57 AM   #7
m_yates
Senior Member
 
Registered: Aug 2003
Location: Upstate
Distribution: Debian, Mint, Mythbuntu
Posts: 1,249

Original Poster
Rep: Reputation: 101Reputation: 101
Yes, it is a sound problem. If I try playing a video in mplayer, it freezes. However, if I disable the sound in BIOS and restart, the video plays smoothly with no sound. If I try playing "test sound" in kde control center, it freezes. However, it is not a problem with KDE or arts, because I get the same freezing in fluxbox running xmms.
 
Old 04-13-2006, 03:32 AM   #8
Rajahuroman
Member
 
Registered: May 2004
Location: Romania; Arad
Distribution: Archlinux
Posts: 91

Rep: Reputation: 15
The problem is with the audio driver on Asus A8V-MX which is Realtek ALC653 and is detected al ALC655 rev1. I found a solution to this and posed it on my webpage at http://www.geocities.com/rajahuroman/ .
 
Old 04-13-2006, 08:32 AM   #9
m_yates
Senior Member
 
Registered: Aug 2003
Location: Upstate
Distribution: Debian, Mint, Mythbuntu
Posts: 1,249

Original Poster
Rep: Reputation: 101Reputation: 101
Thanks for posting the fix. I haven't had a chance to test it yet, but I posted your fix on the bug page: https://bugtrack.alsa-project.org/al...ew.php?id=1622
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Asus A8V Deluxe on Linux pulitz Linux - Hardware 2 07-13-2005 06:56 PM
Asus A8V-E network controller DHowzer Linux - Hardware 5 03-23-2005 07:56 AM
Asus A8V Deluxe Mic Inputs with SuSe 9.2 McBob Linux - Hardware 4 03-16-2005 11:23 AM
Asus A8V Support Builder Linux - Hardware 3 01-31-2005 03:31 PM
Install fail on Asus A8V Deluxe Gilligan Linux - Hardware 2 12-20-2004 01:51 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 01:50 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration