View previous topic :: View next topic |
Author |
Message |
cromozon n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/gallery/StarCraft/starcraft_protoss_carrier.gif)
Joined: 22 May 2003 Posts: 59 Location: Denmark - Ishøj
|
Posted: Mon Jun 09, 2003 4:02 pm Post subject: problems with netvork and sound(alsa) on asus p4c800 |
|
|
I have posted the following to Asus support, IF i get anything back from em, I'l post it here.
-------------------------------
the linux drivers for the p4c800 seems to not work for soundcard and network.
systeminfo:
uname -a repports: Code: | Linux P4 2.5.70 #5 Tue Jun 10 15:24:16 CEST 2003 i686 Intel(R) Pentium(R) 4 CPU 2.53GHz GenuineIntel GNU/Linux" |
lspci -m repports:
Code: | 00:00.0 "Host bridge" "Intel Corp." "82875P Memory Controller Hub" -r02 "Asustek Computer, Inc." "80f6"
00:01.0 "PCI bridge" "Intel Corp." "82875P Processor to AGP Controller" -r02 "" ""
00:1d.0 "USB Controller" "Intel Corp." "82801EB USB" -r02 "Intel Corp." "24d0"
00:1d.1 "USB Controller" "Intel Corp." "82801EB USB" -r02 "Intel Corp." "24d0"
00:1d.2 "USB Controller" "Intel Corp." "82801EB USB" -r02 "Intel Corp." "24d0"
00:1d.3 "USB Controller" "Intel Corp." "82801EB USB" -r02 "Intel Corp." "24d0"
00:1d.7 "USB Controller" "Intel Corp." "82801EB USB2" -r02 -p20 "Intel Corp." "24d0"
00:1e.0 "PCI bridge" "Intel Corp." "82801BA/CA/DB/EB PCI Bridge" -rc2 "" ""
00:1f.0 "ISA bridge" "Intel Corp." "82801EB LPC Interface Controller" -r02 "" ""
00:1f.1 "IDE interface" "Intel Corp." "82801EB Ultra ATA Storage Controller" -r02 -p8a "Intel Corp." "24d0"
00:1f.3 "SMBus" "Intel Corp." "82801EB SMBus Controller" -r02 "Intel Corp." "24d0"
00:1f.5 "Multimedia audio controller" "Intel Corp." "82801EB AC'97 Audio Controller" -r02 "Asustek Computer, Inc." "80f3"
01:00.0 "VGA compatible controller" "nVidia Corporation" "NV28 [GeForce4 Ti 4200 AGP 8x]" -ra1 "Asustek Computer, Inc." "807b"
02:03.0 "FireWire (IEEE 1394)" "VIA Technologies, Inc." "IEEE 1394 Host Controller" -r80 -p10 "Asustek Computer, Inc." "808a"
02:05.0 "Ethernet controller" "3Com Corporation" "1700" -r12 "Asustek Computer, Inc." "80eb"
02:0b.0 "Ethernet controller" "3Com Corporation" "3c905 100BaseTX [Boomerang]" "" ""
02:0d.0 "SCSI storage controller" "Adaptec" "AHA-2940U/UW/D / AIC-7881U" "" ""
|
when I try to "make" the network module i get
Code: |
gcc -D__KERNEL__ -Wall -Wstrict-prototypes -O2 -DMODULE -I. -DSK_USE_CSUM -I /usr/src/linux/include -c -o skge.o skge.c
In file included from /usr/src/linux/include/linux/irq.h:19,
from /usr/src/linux/include/asm/hardirq.h:6,
from /usr/src/linux/include/linux/interrupt.h:10,
from h/skdrv1st.h:161,
from skge.c:347:
/usr/src/linux/include/asm/irq.h:16:25: irq_vectors.h: No such file or directory
In file included from /usr/src/linux/include/asm/hardirq.h:6,
from /usr/src/linux/include/linux/interrupt.h:10,
from h/skdrv1st.h:161,
from skge.c:347:
/usr/src/linux/include/linux/irq.h:67: `NR_IRQS' undeclared here (not in a function)
In file included from /usr/src/linux/include/linux/irq.h:69,
from /usr/src/linux/include/asm/hardirq.h:6,
from /usr/src/linux/include/linux/interrupt.h:10,
from h/skdrv1st.h:161,
from skge.c:347:
/usr/src/linux/include/asm/hw_irq.h:27: `NR_IRQS' undeclared here (not in a function)
/usr/src/linux/include/asm/hw_irq.h:30: `NR_IRQS' undeclared here (not in a function)
skge.c: In function `SkGeBoardInit':
skge.c:1085: warning: passing arg 2 of `request_irq' from incompatible pointer type
skge.c:1088: warning: passing arg 2 of `request_irq' from incompatible pointer type
skge.c: In function `SkGeOpen':
skge.c:1772: warning: `MOD_INC_USE_COUNT' is deprecated (declared at /usr/src/linux/include/linux/module.h:455)
skge.c: In function `SkGeClose':
skge.c:1872: warning: `MOD_DEC_USE_COUNT' is deprecated (declared at /usr/src/linux/include/linux/module.h:467)
make: *** [skge.o] Error 1
|
soundcard:
Code: | ./configure --with-cards=intel8x0 | runs succesfully
then a make returns:
Code: |
make[1]: Entering directory `/root/.opera/download/1985_linux/alsa-driver-0.9.1adi/acore'
gcc -D__KERNEL__ -DMODULE=1 -I/root/.opera/download/1985_linux/alsa-driver-0.9.1adi/include -I/lib/modules/2.5.70/build/include -O2 -mpreferred-stack-boundary=2 -march=i686 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -pipe -DALSA_BUILD -DKBUILD_BASENAME=sgbuf -c -o sgbuf.o sgbuf.c
In file included from sgbuf.c:15:
../alsa-kernel/core/sgbuf.c: In function `snd_malloc_sgbuf_pages':
../alsa-kernel/core/sgbuf.c:88: too few arguments to function `vmap'
make[1]: *** [sgbuf.o] Error 1
make[1]: Leaving directory `/root/.opera/download/1985_linux/alsa-driver-0.9.1adi/acore':
|
it should be noted that i did a
Code: |
cp /usr/src/linux-2.5.70/include/config/modversions.h /root/.opera/download/1985_linux/alsa-driver-0.9.1adi/include/linux/modversins.h
|
without the cp'ing make would produce this error:
Code: |
make[1]: Entering directory `/root/.opera/download/1985_linux/alsa-driver-0.9.1adi/acore'
gcc -D__KERNEL__ -DMODULE=1 -I/root/.opera/download/1985_linux/alsa-driver-0.9.1adi/include -I/lib/modules/2.5.70/build/include -O2 -mpreferred-stack-boundary=2 -march=i686 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -pipe -DALSA_BUILD -DKBUILD_BASENAME=sgbuf -c -o sgbuf.o sgbuf.c
sgbuf.c:7:31: linux/modversions.h: No such file or directory
In file included from sgbuf.c:12:
/root/.opera/download/1985_linux/alsa-driver-0.9.1adi/include/adriver.h:40:31: linux/modversions.h: No such file or directory
In file included from sgbuf.c:15:
../alsa-kernel/core/sgbuf.c: In function `snd_malloc_sgbuf_pages':
../alsa-kernel/core/sgbuf.c:88: too few arguments to function `vmap'
make[1]: *** [sgbuf.o] Error 1
make[1]: Leaving directory `/root/.opera/download/1985_linux/alsa-driver-0.9.1adi/acore'
make: *** [compile] Error 1
|
any help would be apreciated
CromoZon |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
cromozon n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/gallery/StarCraft/starcraft_protoss_carrier.gif)
Joined: 22 May 2003 Posts: 59 Location: Denmark - Ishøj
|
Posted: Mon Jun 09, 2003 5:40 pm Post subject: |
|
|
I have got the soundcard to work, not with the drivers in asus's hp, but by enabling the 2.5.70 alsa drivers to intel
intel drivers as module
AND
alsa drivers as module...
CromoZon |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
cromozon n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/gallery/StarCraft/starcraft_protoss_carrier.gif)
Joined: 22 May 2003 Posts: 59 Location: Denmark - Ishøj
|
Posted: Tue Jun 10, 2003 11:52 am Post subject: |
|
|
note ! my sndcard only works with the alsaplayer, and it outputs throug what "windows XP" says is the line-in !!!! very strange...
CromoZon |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|