LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 12-24-2004, 10:25 PM   #1
Spradlin
LQ Newbie
 
Registered: Dec 2004
Location: South Georgia
Distribution: SuSE 9.1
Posts: 5

Rep: Reputation: 0
No Sound on SUSE 9.1 with VIA VT8233


OK. I need some basic help with my sound. I'm extremely new on Linux so I might need help with the help, if you know what I mean.

I just set SuSE 9.1 Personal up a few days ago and can't get any reasonable sound out of my machine. I can open YaST and try to configure my sound and get a very annoying test wave out that I can't stop. I get no sound from KsCD when playing a disc. It acts like everything is good, just no sound. (Except for the annoying test wave.....It is almost like the sound system gets hung up on the test wave.)

I read Finegan's news post about hardware questions so here's the output from various commands:

uname -r output:
2.6.5-7.111.19-default

lspci output:
0000:00:00.0 Host bridge: VIA Technologies, Inc.: Unknown device 3205
0000:00:01.0 PCI bridge: VIA Technologies, Inc. VT8237 PCI Bridge
0000:00:0a.0 Communication controller: Lucent Microelectronics: Unknown device 048c (rev 03)
0000:00:0b.0 FireWire (IEEE 1394): VIA Technologies, Inc. IEEE 1394 Host Controller (rev 80)
0000:00:0f.0 IDE interface: VIA Technologies, Inc.: Unknown device 3149 (rev 80)
0000:00:0f.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT8233/A/C/VT8235 PIPC Bus Master IDE (rev 06)
0000:00:10.0 USB Controller: VIA Technologies, Inc. USB (rev 81)
0000:00:10.1 USB Controller: VIA Technologies, Inc. USB (rev 81)
0000:00:10.2 USB Controller: VIA Technologies, Inc. USB (rev 81)
0000:00:10.3 USB Controller: VIA Technologies, Inc. USB (rev 81)
0000:00:10.4 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 86)
0000:00:11.0 ISA bridge: VIA Technologies, Inc.: Unknown device 3227
0000:00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235 AC97 Audio Controller (rev 60)
0000:00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 78)
0000:01:00.0 VGA compatible controller: VIA Technologies, Inc.: Unknown device 7205 (rev 01)

I also got the output of dmesg, but it is six pages long. A couple of excerpts from it are:

via82xx: Assuming DXS channels with 48k fixed sample rate.
Please try dxs_support=1 or dxs_support=4 option
and report if it works on your machine.
ALSA sound/pci/via82xx.c:728: invalid via82xx_cur_ptr, using last valid pointer
VIA8237SATA: IDE controller at PCI slot 0000:00:0f.0
VIA8237SATA: chipset revision 128
VIA8237SATA: 100% native mode on irq 10
ide0: BM-DMA at 0xbc00-0xbc07, BIOS settings: hdaMA, hdbio
ide1: BM-DMA at 0xbc08-0xbc0f, BIOS settings: hdcMA, hddMA
VP_IDE: VIA vt8237 (rev 00) IDE UDMA133 controller on pci0000:00:0f.1
ide2: BM-DMA at 0xc400-0xc407, BIOS settings: hdeMA, hdfio
ide3: BM-DMA at 0xc408-0xc40f, BIOS settings: hdgMA, hdhMA

I would greatly appreciate any help anyone can give me.
 
Old 12-24-2004, 10:42 PM   #2
Caeda
Senior Member
 
Registered: Jul 2003
Location: Indiana
Distribution: Suse 6.0+, Mandrake 5.0-10.0, Redhat 6.0-9.0, Gentoo 1.2+, Gnoppix, Knoppix, Sabayon, Ubuntu 5.04+
Posts: 1,811

Rep: Reputation: 45
Go on suse's website and download the kernel from either suse 9.0, or suse 9.2, your choice. Its just an acpi problem messing up your soundcard.
 
Old 12-24-2004, 10:54 PM   #3
Spradlin
LQ Newbie
 
Registered: Dec 2004
Location: South Georgia
Distribution: SuSE 9.1
Posts: 5

Original Poster
Rep: Reputation: 0
That sounds easy enough.

Sorry to sound so stupid, but how do I do that. I'm not sure how to download just the kernel and install it. I installed 9.1 from the personal iso.

Also, I set my PC up to dual boot Linux and windows. Windows crashed after the first install and I ended up wiping that partition clean and starting over. I use Grub as my boot loader. It was a real pain to recover from the installation. Changing the kernel won't mess up Grub,will it?
 
Old 12-25-2004, 05:54 PM   #4
Caeda
Senior Member
 
Registered: Jul 2003
Location: Indiana
Distribution: Suse 6.0+, Mandrake 5.0-10.0, Redhat 6.0-9.0, Gentoo 1.2+, Gnoppix, Knoppix, Sabayon, Ubuntu 5.04+
Posts: 1,811

Rep: Reputation: 45
No, changing the kernel automatically re-writes just the line that tells it what kernel image to use.

Did around on one of the download sites on the suse website, and find one of the files called kernel_default or k_default whichever they name it...

text console as root... "rpm -Uvh --oldpackage yourpackage.rpm"
If it whines about a dependency.... well, go all out :-D
rpm -Uvh --oldpackage --nodeps --force yourpackage.rpm
 
Old 12-25-2004, 09:23 PM   #5
Spradlin
LQ Newbie
 
Registered: Dec 2004
Location: South Georgia
Distribution: SuSE 9.1
Posts: 5

Original Poster
Rep: Reputation: 0
Well....it sounds like I'm in for a bit of a ride. I'll give it my best shot. I may end up buying SuSE 9.2 before it's over!
 
Old 12-26-2004, 10:23 AM   #6
Caeda
Senior Member
 
Registered: Jul 2003
Location: Indiana
Distribution: Suse 6.0+, Mandrake 5.0-10.0, Redhat 6.0-9.0, Gentoo 1.2+, Gnoppix, Knoppix, Sabayon, Ubuntu 5.04+
Posts: 1,811

Rep: Reputation: 45
That might be a good idea. But watch out for the linux kernels new problem. The no floppy bug...
It appears that through some rather ingenious programming, kernels compiled with floppy drive support, fail to boot on a small percentage of computers that don't have floppy drives. They get right up to the...
"Using Anticipatory IO scheduler" and sit there indefinately...
Its something they changed in the apci coding, as turning off acpi lets the system run so that you can recompile the kernel without floppy disk support...
But still a pain in the...
 
  


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
VIA VT8233 No Sound In RedHat 9 10221754 Linux - Hardware 15 11-26-2004 07:41 PM
no sound, vt8233 sonaatti Slackware 2 09-21-2004 04:35 AM
slackware 10, no sound, vt8233 sonaatti Linux - Software 1 09-20-2004 02:53 PM
No sound on Mandrake 10 Official with VIA VT8233 blue_blood Linux - Hardware 5 07-25-2004 10:11 AM
No Sound: VIA VT8233/AC97 ludwig Linux - Hardware 3 06-14-2002 02:34 PM

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

All times are GMT -5. The time now is 10:15 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