What I feared from the 2.6.34.[4-6] patches is confirmed with the 2.6.34.2-pax-test16 patch.
With 2.6.34.2-pax-test13 I get a message on the terminal right after starting "firefox youtube.com".
With 2.6.34.2-pax-test16 I get no message on the terminal but I find in the logfiles (only with the test16-kernel):
- Code: Select all
Sep 13 14:26:58 localhost syslogd 1.5.0#5: restart.
Sep 13 14:26:58 localhost kernel: klogd 1.5.0#5, log source = /proc/kmsg started.
Sep 13 14:26:58 localhost kernel: ver usbhid
Sep 13 14:26:58 localhost kernel: usbhid: USB HID core driver
Sep 13 14:26:58 localhost kernel: AUD_IN = 8
Sep 13 14:26:58 localhost kernel: UNMUTE IN: NID=0x8 IDX=0x0
Sep 13 14:26:58 localhost kernel: UNMUTE IN: NID=0x18 IDX=0x0
Sep 13 14:26:58 localhost kernel: CONNECT: NID=0x23 IDX=0x0
Sep 13 14:26:58 localhost kernel: UNMUTE IN: NID=0x23 IDX=0x0
Sep 13 14:26:58 localhost kernel: UNMUTE OUT: NID=0x23
Sep 13 14:26:58 localhost kernel: [Capture Source] NID=0x8, #SRC=1
Sep 13 14:26:58 localhost kernel: [Mic] IDX=0x0
Sep 13 14:26:58 localhost kernel: AUD_OUT found 2
Sep 13 14:26:58 localhost kernel: CONNECT: NID=0xc IDX=0x0
Sep 13 14:26:58 localhost /usr/sbin/cron[2026]: (CRON) INFO (pidfile fd = 3)
Sep 13 14:26:58 localhost kernel: UNMUTE IN: NID=0xc IDX=0x0
Sep 13 14:26:58 localhost /usr/sbin/cron[2027]: (CRON) STARTUP (fork ok)
Sep 13 14:26:58 localhost kernel: UNMUTE OUT: NID=0xc
Sep 13 14:26:58 localhost kernel: UNMUTE IN: NID=0x14 IDX=0x0
Sep 13 14:26:58 localhost kernel: UNMUTE OUT: NID=0x14
Sep 13 14:26:58 localhost kernel: UNMUTE OUT: NID=0x14
Sep 13 14:26:58 localhost kernel: AUD_OUT found 2
Sep 13 14:26:58 localhost kernel: CONNECT: NID=0xc IDX=0x0
Sep 13 14:26:58 localhost kernel: UNMUTE IN: NID=0xc IDX=0x0
Sep 13 14:26:58 localhost kernel: UNMUTE OUT: NID=0xc
Sep 13 14:26:58 localhost kernel: CONNECT: NID=0x1b IDX=0x0
Sep 13 14:26:58 localhost kernel: UNMUTE IN: NID=0x1b IDX=0x0
Sep 13 14:26:58 localhost kernel: UNMUTE OUT: NID=0x1b
Sep 13 14:26:58 localhost kernel: UNMUTE OUT: NID=0x1b
Sep 13 14:26:58 localhost kernel: CONNECT: NID=0x8 IDX=0x0
Sep 13 14:26:58 localhost kernel: [Capture Switch] NID=0x8, DIR=IN, IDX=0x0
Sep 13 14:26:58 localhost kernel: [Capture Volume] NID=0x8, DIR=IN, IDX=0x0
Sep 13 14:26:58 localhost kernel: [Master Playback Volume] NID=0x2, DIR=OUT
Sep 13 14:26:58 localhost kernel: [Mic Playback Switch] NID=0xb, DIR=IN, IDX=0x0
Sep 13 14:26:58 localhost kernel: [Mic Playback Volume] NID=0xb, DIR=IN, IDX=0x0
Sep 13 14:26:58 localhost kernel: CONNECT: NID=0xc IDX=0x1
Sep 13 14:26:58 localhost kernel: UNMUTE IN: NID=0xc IDX=0x1
Sep 13 14:26:58 localhost kernel: UNMUTE OUT: NID=0xc
Sep 13 14:26:58 localhost kernel: UNMUTE IN: NID=0x14 IDX=0x0
Sep 13 14:26:58 localhost kernel: UNMUTE OUT: NID=0x14
Sep 13 14:26:58 localhost kernel: [Front Mic Playback Switch] NID=0xb, DIR=IN, IDX=0x1
Sep 13 14:26:58 localhost kernel: [Front Mic Playback Volume] NID=0xb, DIR=IN, IDX=0x1
Sep 13 14:26:58 localhost kernel: CONNECT: NID=0xc IDX=0x1
Sep 13 14:26:58 localhost kernel: UNMUTE IN: NID=0xc IDX=0x1
Sep 13 14:26:58 localhost kernel: UNMUTE OUT: NID=0xc
Sep 13 14:26:58 localhost kernel: UNMUTE IN: NID=0x14 IDX=0x0
Sep 13 14:26:58 localhost kernel: UNMUTE OUT: NID=0x14
Sep 13 14:26:58 localhost kernel: [Line Playback Switch] NID=0xb, DIR=IN, IDX=0x2
Sep 13 14:26:58 localhost kernel: [Line Playback Volume] NID=0xb, DIR=IN, IDX=0x2
Sep 13 14:26:58 localhost kernel: CONNECT: NID=0xc IDX=0x1
Sep 13 14:26:58 localhost kernel: UNMUTE IN: NID=0xc IDX=0x1
Sep 13 14:26:58 localhost kernel: UNMUTE OUT: NID=0xc
Sep 13 14:26:58 localhost kernel: UNMUTE IN: NID=0x14 IDX=0x0
Sep 13 14:26:58 localhost kernel: UNMUTE OUT: NID=0x14
Sep 13 14:26:58 localhost kernel: uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
The playback of youtube movies is not possible because the sound is not initiated right. Playback of MP3 also does not work using mpg123.
The sound-problem is also visible sometimes when I start 2.6.34.4 with grsecurity (sometimes a reboot gives working sound) but I haven't seen the UNMUTE messages yet.
However I have not been able to use sound with 2.6.34.2-pax-test16 yet.
In short it seems one problem is fixed and a new one is shown. Unfortunately a less verbose problem.
Edit:
Above problem surfaces on a board with intel 945GC chipset, not on a netbook with 945GM.