Comment 9 for bug 26376

Revision history for this message
Mikko Saarinen (mikk0) wrote :

I installed Dapper Flight 6 but somehow my sound is not working at all! I have an MSI S 250 notebook with this SIS SI7012 device.

In Breezy the sound and the volume control worked. There was no sound from the speakers though, but when I inserted headphones I could hear the sound - only that it was very weak even at 100%.

Now my lspci looks like this:

0000:00:00.0 Host bridge: Silicon Integrated Systems [SiS] 661FX/M661FX/M661MX Host (rev 11)
0000:00:01.0 PCI bridge: Silicon Integrated Systems [SiS] SiS AGP Port (virtual PCI-to-PCI bridge)
0000:00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS963 [MuTIOL Media IO] (rev 25)
0000:00:02.1 SMBus: Silicon Integrated Systems [SiS] SiS961/2 SMBus Controller
0000:00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE]
0000:00:02.6 Modem: Silicon Integrated Systems [SiS] AC'97 Modem Controller (rev a0)
0000:00:02.7 Multimedia audio controller: Silicon Integrated Systems [SiS] Sound Controller (rev a0)
0000:00:03.0 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 0f)
0000:00:03.1 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 0f)
0000:00:03.3 USB Controller: Silicon Integrated Systems [SiS] USB 2.0 Controller
0000:00:04.0 Ethernet controller: Silicon Integrated Systems [SiS] SiS900 PCI Fast Ethernet (rev 90)
0000:00:09.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev ac)
0000:00:09.1 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev ac)
0000:00:09.2 FireWire (IEEE 1394): Ricoh Co Ltd R5C552 IEEE 1394 Controller (rev 04)
0000:00:0e.0 Network controller: RaLink Ralink RT2500 802.11 Cardbus Reference Card (rev 01)
0000:01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 661/741/760/761 PCI/AGP VGA Display Adapter

And in the device control screen I can see that my Sound Controller is SiS SI7012.

lsmod | grep sis:

sis900 25152 0
mii 6176 1 sis900
i2c_sis96x 5860 0
i2c_core 22848 2 i2c_acpi_ec,i2c_sis96x
sis_agp 9028 1
agpgart 36784 1 sis_agp
sis5513 17320 1

lsmod | grep snd

snd_intel8x0 35516 0
snd_ac97_codec 99776 1 snd_intel8x0
snd_ac97_bus 2400 1 snd_ac97_codec
snd_pcm_oss 56448 0
snd_mixer_oss 20544 1 snd_pcm_oss
snd_pcm 96644 3 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
snd_timer 26884 1 snd_pcm
snd 60004 6 snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
soundcore 10784 1 snd
snd_page_alloc 11304 2 snd_intel8x0,snd_pcm

Don't know if this is in gstreamer 0.10 or in the sis module, but the volume control in Gnome panel says there are no correct plugins or devices found.

I can't seem to find the Multimedia Setup from the menu (was under System in Breezy) so I'm a bit lost for the moment.

Mikko