Realtek Driver Repo | |
|
|
Moderator Linux-Dude Posts: 1187 Registered: 2006-11-23 | |
|
|
|
|
|
Re: Realtek Driver Repo | |
|
|
Moderator Linux-Dude Posts: 1187 Registered: 2006-11-23 | Updated driver to Version 5.01. Still uses ALSA-1.15. |
|
|
|
|
|
Re: Realtek Driver Repo | |
|
|
Junior Mitglied Posts: 3 Registered: 2008-12-08 | Hi,
e
I'm trying to get sound to work on an acer aspire 8930G. I went through the other posts in the forum. Now I tried to build these drivers from your repo. I got the following error:
DA_POWER_SAVE_DEFAULT" redefined
In file included from <command-line>:0:
./include/linux/autoconf.h:1816:1: warning: this is the location of the previous definition
In file included from /usr/src/realtek-alsadriver-5.01/acore/hwdep.c:1:
/usr/src/realtek-alsadriver-5.01/include/adriver.h:823: error: static declaration of 'jiffies_to_msecs' follows non-static declaration
include/linux/jiffies.h:296: error: previous declaration of 'jiffies_to_msecs' was here
/usr/src/realtek-alsadriver-5.01/include/adriver.h:842: error: static declaration of 'msecs_to_jiffies' follows non-static declaration
include/linux/jiffies.h:298: error: previous declaration of 'msecs_to_jiffies' was here
In file included from /usr/src/realtek-alsadriver-5.01/include/adriver.h:940,
from /usr/src/realtek-alsadriver-5.01/acore/hwdep.c:1:
include/linux/pci.h:668: error: expected identifier or '(' before numeric constant
In file included from /lib/modules/2.6.29.2-paldo1-x86/source/arch/x86/include/asm/pci.h:4,
from include/linux/pci.h:1057,
from /usr/src/realtek-alsadriver-5.01/include/adriver.h:940,
from /usr/src/realtek-alsadriver-5.01/acore/hwdep.c:1:
include/linux/mm.h:278: error: conflicting types for 'snd_compat_vmalloc_to_page'
/usr/src/realtek-alsadriver-5.01/include/adriver.h:744: error: previous declaration of 'snd_compat_vmalloc_to_page' was here
In file included from /usr/src/realtek-alsadriver-5.01/acore/hwdep.c:1:
/usr/src/realtek-alsadriver-5.01/include/adriver.h: In function 'snd_pci_orig_save_state':
/usr/src/realtek-alsadriver-5.01/include/adriver.h:1182: error: too many arguments to function 'pci_save_state'
/usr/src/realtek-alsadriver-5.01/include/adriver.h: In function 'snd_pci_orig_restore_state':
/usr/src/realtek-alsadriver-5.01/include/adriver.h:1186: error: too many arguments to function 'pci_restore_state'
make[3]: *** [/usr/src/realtek-alsadriver-5.01/acore/hwdep.o] Error 1
make[2]: *** [/usr/src/realtek-alsadriver-5.01/acore] Error 2
make[1]: *** [_module_/usr/src/realtek-alsadriver-5.01] Error 2
make[1]: Leaving directory `/lib/modules/2.6.29.2-paldo1-x86/source'
make: *** [compile] Error 2
*** Error: make
*** ERROR: realtek-alsadriver-2.6.29.2-paldo1-x86-x86-glibc-2.8-gcc-4.3-1-5.01-1
I'm running a clean install of 32 bit 1.18
Card is:
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: ALC889 Analog [ALC889 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 3: NVIDIA HDMI [NVIDIA HDMI]
Subdevices: 1/1
Subdevice #0: subdevice #0
Thanks for any help I can get,
loic
|
|
|
|
|
|