Re: [ibm-acpi-devel] [T400] no alsa , proc or sysfs interface with thinkpad-acpi 0.23-20091220

2009-12-22 Thread Peter Jordan
Henrique de Moraes Holschuh, Tue Dec 22 2009 20:56:31 GMT+0100 (CET): > On Tue, 22 Dec 2009, Peter Jordan wrote: >> Henrique de Moraes Holschuh, Tue Dec 22 2009 20:26:30 GMT+0100 (CET): >> it is built-in, but i can recompile the kernel, if needed. > > I trust ALSA is also built-in? > >> Is it pos

Re: [ibm-acpi-devel] [T400] no alsa , proc or sysfs interface with thinkpad-acpi 0.23-20091220

2009-12-22 Thread Peter Jordan
Henrique de Moraes Holschuh, Tue Dec 22 2009 20:56:31 GMT+0100 (CET): > On Tue, 22 Dec 2009, Peter Jordan wrote: >> Henrique de Moraes Holschuh, Tue Dec 22 2009 20:26:30 GMT+0100 (CET): >> it is built-in, but i can recompile the kernel, if needed. > > I trust ALSA is also built-in? I would say ye

Re: [ibm-acpi-devel] [T400] no alsa , proc or sysfs interface with thinkpad-acpi 0.23-20091220

2009-12-22 Thread Henrique de Moraes Holschuh
On Tue, 22 Dec 2009, Peter Jordan wrote: > Henrique de Moraes Holschuh, Tue Dec 22 2009 20:26:30 GMT+0100 (CET): > > On Tue, 22 Dec 2009, Peter Jordan wrote: > >> with latest patch from ibm-acpi.sf.net (kernel 2.6.32.2) the proc and > >> sysfs interface has vanished. Hotkeys has stopped working. So

Re: [ibm-acpi-devel] [T400] no alsa , proc or sysfs interface with thinkpad-acpi 0.23-20091220

2009-12-22 Thread Peter Jordan
Henrique de Moraes Holschuh, Tue Dec 22 2009 20:26:30 GMT+0100 (CET): > On Tue, 22 Dec 2009, Peter Jordan wrote: >> with latest patch from ibm-acpi.sf.net (kernel 2.6.32.2) the proc and >> sysfs interface has vanished. Hotkeys has stopped working. Solely >> backlight control works. ALSA interface d

Re: [ibm-acpi-devel] [Patch] thinkpad_acpi: fix a build error

2009-12-22 Thread Henrique de Moraes Holschuh
On Mon, 21 Dec 2009, Randy Dunlap wrote: > On Mon, 21 Dec 2009 14:38:56 -0800 Marcel Holtmann wrote: > > > > The patch isn't correct (I guess the upstream fix is same?). > > > > > > > > CONFIG_SOUND is a global config for sound subsystem. The relevant > > > > functions are ALSA core part, which i

Re: [ibm-acpi-devel] [T400] no alsa , proc or sysfs interface with thinkpad-acpi 0.23-20091220

2009-12-22 Thread Henrique de Moraes Holschuh
On Tue, 22 Dec 2009, Peter Jordan wrote: > with latest patch from ibm-acpi.sf.net (kernel 2.6.32.2) the proc and > sysfs interface has vanished. Hotkeys has stopped working. Solely > backlight control works. ALSA interface does not work too. Hmm? That means the driver didn't load. > [3.29867

Re: [ibm-acpi-devel] [Patch] thinkpad_acpi: fix a build error

2009-12-22 Thread Marcel Holtmann
Hi Henrique, > > The patch isn't correct (I guess the upstream fix is same?). > > > > CONFIG_SOUND is a global config for sound subsystem. The relevant > > functions are ALSA core part, which is CONFIG_SND. > > So, the fix should be: > > > > depends on SND > > > > instead. > > Indeed. In

[ibm-acpi-devel] [Patch] thinkpad_acpi: fix a build error

2009-12-22 Thread Amerigo Wang
This patch fixes the following build error: Building modules, stage 2. MODPOST 1834 modules ERROR: "snd_card_create" [drivers/platform/x86/thinkpad_acpi.ko] undefined! ERROR: "snd_ctl_notify" [drivers/platform/x86/thinkpad_acpi.ko] undefined! ERROR: "snd_ctl_boolean_mono_info" [drivers/platform

[ibm-acpi-devel] [x86]compile error

2009-12-22 Thread Helight.Xu
li...@linux-desktop:~/linux-2.6$ make modules CHK include/linux/version.h CHK include/linux/utsrelease.h SYMLINK include/asm -> include/asm-x86 CALLscripts/checksyscalls.sh Building modules, stage 2. MODPOST 1834 modules ERROR: "snd_card_create" [drivers/platform/x86/thinkpa

Re: [ibm-acpi-devel] [x86]compile error

2009-12-22 Thread Helight.Xu
Américo Wang wrote: > On Fri, Dec 18, 2009 at 4:34 PM, Helight.Xu wrote: > >> li...@linux-desktop:~/linux-2.6$ make modules >> CHK include/linux/version.h >> CHK include/linux/utsrelease.h >> SYMLINK include/asm -> include/asm-x86 >> CALLscripts/checksyscalls.sh >> Building mod

Re: [ibm-acpi-devel] [Patch] thinkpad_acpi: fix a build error

2009-12-22 Thread Takashi Iwai
At Fri, 18 Dec 2009 17:42:34 +0800, Xiaotian Feng wrote: > > Ingo already sent this patch yesterday. > http://lkml.org/lkml/2009/12/17/25 > > > On Fri, Dec 18, 2009 at 5:28 PM, Amerigo Wang wrote: > > > > This patch fixes the following build error: > > > >  Building modules, stage 2. > >  MODPO

Re: [ibm-acpi-devel] [Patch] thinkpad_acpi: fix a build error

2009-12-22 Thread Marcel Holtmann
Hi Helight, > >>> The patch isn't correct (I guess the upstream fix is same?). > >>> > >>> CONFIG_SOUND is a global config for sound subsystem. The relevant > >>> functions are ALSA core part, which is CONFIG_SND. > >>> So, the fix should be: > >>> > >>> depends on SND > >>> > >>> instead. > >>

Re: [ibm-acpi-devel] [Patch] thinkpad_acpi: fix a build error

2009-12-22 Thread Helight.Xu
Takashi Iwai wrote: > At Fri, 18 Dec 2009 17:42:34 +0800, > Xiaotian Feng wrote: > >> Ingo already sent this patch yesterday. >> http://lkml.org/lkml/2009/12/17/25 >> >> >> On Fri, Dec 18, 2009 at 5:28 PM, Amerigo Wang wrote: >> >>> This patch fixes the following build error: >>> >>> Buil

Re: [ibm-acpi-devel] [Patch] thinkpad_acpi: fix a build error

2009-12-22 Thread Takashi Iwai
At Fri, 18 Dec 2009 12:28:15 -0200, Henrique de Moraes Holschuh wrote: > > On Fri, 18 Dec 2009, Takashi Iwai wrote: > > The patch isn't correct (I guess the upstream fix is same?). > > > > CONFIG_SOUND is a global config for sound subsystem. The relevant > > functions are ALSA core part, which i

Re: [ibm-acpi-devel] [x86]compile error

2009-12-22 Thread Américo Wang
On Fri, Dec 18, 2009 at 4:34 PM, Helight.Xu wrote: > li...@linux-desktop:~/linux-2.6$ make modules >  CHK     include/linux/version.h >  CHK     include/linux/utsrelease.h >  SYMLINK include/asm -> include/asm-x86 >  CALL    scripts/checksyscalls.sh >  Building modules, stage 2. >  MODPOST 1834 mo

Re: [ibm-acpi-devel] [PATCH] thinkpad_acpi: fix a build error

2009-12-22 Thread Helight.Xu
Helight.Xu wrote: > This patch fixes the following build error: > > Building modules, stage 2. > MODPOST 1834 modules > ERROR: "snd_card_create" [drivers/platform/x86/thinkpad_acpi.ko] > undefined! > ERROR: "snd_ctl_notify" [drivers/platform/x86/thinkpad_acpi.ko] > undefined! > ERROR: "snd_ctl_bo

Re: [ibm-acpi-devel] [Patch] thinkpad_acpi: fix a build error

2009-12-22 Thread Takashi Iwai
At Fri, 18 Dec 2009 13:03:24 -0200, Henrique de Moraes Holschuh wrote: > > On Fri, 18 Dec 2009, Takashi Iwai wrote: > > At Fri, 18 Dec 2009 12:28:15 -0200, > > Henrique de Moraes Holschuh wrote: > > > On Fri, 18 Dec 2009, Takashi Iwai wrote: > > > > The patch isn't correct (I guess the upstream fi

Re: [ibm-acpi-devel] [Patch] thinkpad_acpi: fix a build error

2009-12-22 Thread Randy Dunlap
On Mon, 21 Dec 2009 14:38:56 -0800 Marcel Holtmann wrote: > Hi Henrique, > > > > The patch isn't correct (I guess the upstream fix is same?). > > > > > > CONFIG_SOUND is a global config for sound subsystem. The relevant > > > functions are ALSA core part, which is CONFIG_SND. > > > So, the fix

[ibm-acpi-devel] [PATCH] thinkpad_acpi: fix a build error

2009-12-22 Thread Helight.Xu
This patch fixes the following build error: Building modules, stage 2. MODPOST 1834 modules ERROR: "snd_card_create" [drivers/platform/x86/thinkpad_acpi.ko] undefined! ERROR: "snd_ctl_notify" [drivers/platform/x86/thinkpad_acpi.ko] undefined! ERROR: "snd_ctl_boolean_mono_info" [drivers/platform/

Re: [ibm-acpi-devel] [Patch] thinkpad_acpi: fix a build error

2009-12-22 Thread Xiaotian Feng
Ingo already sent this patch yesterday. http://lkml.org/lkml/2009/12/17/25 On Fri, Dec 18, 2009 at 5:28 PM, Amerigo Wang wrote: > > This patch fixes the following build error: > >  Building modules, stage 2. >  MODPOST 1834 modules > ERROR: "snd_card_create" [drivers/platform/x86/thinkpad_acpi.k

Re: [ibm-acpi-devel] [Patch] thinkpad_acpi: fix a build error

2009-12-22 Thread Helight.Xu
Marcel Holtmann wrote: > Hi Henrique, > > >>> The patch isn't correct (I guess the upstream fix is same?). >>> >>> CONFIG_SOUND is a global config for sound subsystem. The relevant >>> functions are ALSA core part, which is CONFIG_SND. >>> So, the fix should be: >>> >>> depends on SND >>> >

[ibm-acpi-devel] [T400] no alsa , proc or sysfs interface with thinkpad-acpi 0.23-20091220

2009-12-22 Thread Peter Jordan
Hello, with latest patch from ibm-acpi.sf.net (kernel 2.6.32.2) the proc and sysfs interface has vanished. Hotkeys has stopped working. Solely backlight control works. ALSA interface does not work too. The patch and the fix compiled cleanly. $ ls /proc/acpi/ibm ls: cannot access /proc/acpi/ibm: