Nuevos drivers nforce!!
-
Parece que hay nuevos drivers link alguien lo a probado?download
Audio Control Panel
A control panel application is included with the audio driver to control the features of the nForce audio driver. These features include:- Speaker setup
- Master volume control
- Per channel volume control / mute
- Input source selection
- Analog and digital output control
The audio control panel may be invoked by typing "nvpanel" at the command line:
example% nvpanel
el panel ese nuevo, parece que tiene buena pinta.
con que driver ba mejor?este o ALSA el ke trae el nuevo kernel?
Tambien hay otro driver para la targeta de red, http://www.hailfinger.org/carldani/linux/patches/forcedeth/
this is forcedeth: A new driver for the ethernet interface of the
NVIDIA nForce chipset, licensed under GPL.The driver was written without support from NVIDIA, it's the result of
a cleanroom development:
Carl-Daniel and Andrew reverse engineered the nvnet driver and wrote a
specification, Manfred wrote the driver based on the spec. Carl-Daniel
fitted some compat glue to get it to compile under 2.4 and debugged
some nForce3 issues.This release is intended for experienced users, it's beta quality:
normal network traffic should work, although only at ~80% speed due to
incomplete interrupt handling (we suspect a hardware bug).
We'd appreciate TX throughput measurements.We received success reports for nForce, nForce2 and nForce3 systems.
Un saludo.
-
Acabo de probar el driver FORCEDETH. Y funcionar funcionar funciona….pero no me carga la configuracion(ip,gateway..)
Tengo que poner todo cada vez que inicio...ifconfig eth0...El archivo de configuracion esta bien el /etc/conf.d/net esta como antes y ahora no ba. Porque no coje esa configuracion y tengo que ponerlo manualmente?
Un saludo y gracias.
-
rc-update add nvnet default :rolleyes:
Creo que es esto, yo lo tuve que hacer para k me cargase el modulo al iniciar…
Salu2!
-
el driver no esta compilado como modulo…:nono: aun asi..
(root@/home/l3g0r) rc-update add forcedeth default
- /sbin/rc-update: /etc/init.d/forcedeth not found; aborting.
El driver ya se carga, lo que no se carga es la configuracion.
(root@/home/l3g0r) dmesg init | grep forcedeth
forcedeth.c: Reverse Engineered nForce ethernet driver. Version 0.19.
eth0: forcedeth.c: subsystem: 01695:1000y el driver de audio el nuevo tampoco ba…tendre ke poner el Alsa
(root@/usr/src/nforce/nvaudio) make
make nvaudio.o
make[1]: Entering directory/usr/src/nforce/nvaudio' gcc -D__KERNEL__ -I/lib/modules/2.6.0-gentoo/build/include -Wall -Wstrict-prototypes -O -fno-strict-aliasing -mpreferred-stack-boundary=2 -march=i686 -falign-functions=4 -DMODULE -DDRIVERVER=\"9999\" -DREMAP_NEW -c -o nvhw.o nvhw.c En el fichero incluído de /lib/modules/2.6.0-gentoo/build/include/asm/smp.h:18, de /lib/modules/2.6.0-gentoo/build/include/linux/smp.h:17, de /lib/modules/2.6.0-gentoo/build/include/linux/sched.h:23, de /lib/modules/2.6.0-gentoo/build/include/linux/module.h:10, de nvhw.c:12: /lib/modules/2.6.0-gentoo/build/include/asm/mpspec.h:6:25: mach_mpspec.h: No existe el fichero o el directorio In file included from /lib/modules/2.6.0-gentoo/build/include/asm/smp.h:18, from /lib/modules/2.6.0-gentoo/build/include/linux/smp.h:17, from /lib/modules/2.6.0-gentoo/build/include/linux/sched.h:23, from /lib/modules/2.6.0-gentoo/build/include/linux/module.h:10, from nvhw.c:12: /lib/modules/2.6.0-gentoo/build/include/asm/mpspec.h:8: error:MAX_MP_BUSSES' undeclared here (not in a function)
/lib/modules/2.6.0-gentoo/build/include/asm/mpspec.h:9: error:MAX_MP_BUSSES' undeclared here (not in a function) /lib/modules/2.6.0-gentoo/build/include/asm/mpspec.h:10: error:MAX_MP_BUSSES' undeclared here (not in a function)
/lib/modules/2.6.0-gentoo/build/include/asm/mpspec.h:12: error:MAX_MP_BUSSES' undeclared here (not in a function) /lib/modules/2.6.0-gentoo/build/include/asm/mpspec.h:19: error:MAX_APICS' undeclared here (not in a function)
/lib/modules/2.6.0-gentoo/build/include/asm/mpspec.h:20: error:MAX_MP_BUSSES' undeclared here (not in a function) /lib/modules/2.6.0-gentoo/build/include/asm/mpspec.h:20: error: conflicting types formp_bus_id_to_type'
/lib/modules/2.6.0-gentoo/build/include/asm/mpspec.h:8: error: previous declaration ofmp_bus_id_to_type' /lib/modules/2.6.0-gentoo/build/include/asm/mpspec.h:22: error:MAX_IRQ_SOURCES' undeclared here (not in a function)
/lib/modules/2.6.0-gentoo/build/include/asm/mpspec.h:24: error:MAX_MP_BUSSES' undeclared here (not in a function) /lib/modules/2.6.0-gentoo/build/include/asm/mpspec.h:24: error: conflicting types formp_bus_id_to_pci_bus'
/lib/modules/2.6.0-gentoo/build/include/asm/mpspec.h:12: error: previous declaration ofmp_bus_id_to_pci_bus' /lib/modules/2.6.0-gentoo/build/include/asm/mpspec.h:54: error:MAX_APICS' undeclared here (not in a function)
In file included from /lib/modules/2.6.0-gentoo/build/include/asm/smp.h:20,
from /lib/modules/2.6.0-gentoo/build/include/linux/smp.h:17,
from /lib/modules/2.6.0-gentoo/build/include/linux/sched.h:23,
from /lib/modules/2.6.0-gentoo/build/include/linux/module.h:10, from nvhw.c:12:
/lib/modules/2.6.0-gentoo/build/include/asm/io_apic.h:120: error:MAX_IRQ_SOURCES' undeclared here (not in a function) /lib/modules/2.6.0-gentoo/build/include/asm/io_apic.h:120: error: conflicting types formp_irqs'
/lib/modules/2.6.0-gentoo/build/include/asm/mpspec.h:22: error: previous declaration ofmp_irqs' En el fichero incluído de /lib/modules/2.6.0-gentoo/build/include/linux/smp.h:17, de /lib/modules/2.6.0-gentoo/build/include/linux/sched.h:23, de /lib/modules/2.6.0-gentoo/build/include/linux/module.h:10, de nvhw.c:12: /lib/modules/2.6.0-gentoo/build/include/asm/smp.h:73:26: mach_apicdef.h: No existe el fichero o el directorio In file included from /lib/modules/2.6.0-gentoo/build/include/linux/smp.h:17, from /lib/modules/2.6.0-gentoo/build/include/linux/sched.h:23, from /lib/modules/2.6.0-gentoo/build/include/linux/module.h:10, from nvhw.c:12: /lib/modules/2.6.0-gentoo/build/include/asm/smp.h: En la funciónhard_smp_processor_id':
/lib/modules/2.6.0-gentoo/build/include/asm/smp.h:77: aviso: implicit declaration of functionGET_APIC_ID' En el fichero incluído de /lib/modules/2.6.0-gentoo/build/include/linux/irq.h:20, de /lib/modules/2.6.0-gentoo/build/include/asm/hardirq.h:6, de nvhw.h:31, de nvhw.c:16: /lib/modules/2.6.0-gentoo/build/include/asm/irq.h:16:25: irq_vectors.h: No existe el fichero o el directorio In file included from /lib/modules/2.6.0-gentoo/build/include/asm/hardirq.h:6, from nvhw.h:31, from nvhw.c:16: /lib/modules/2.6.0-gentoo/build/include/linux/irq.h: En el nivel principal: /lib/modules/2.6.0-gentoo/build/include/linux/irq.h:70: error:NR_IRQS' undeclared here (not in a function)
In file included from /lib/modules/2.6.0-gentoo/build/include/linux/irq.h:72,
from /lib/modules/2.6.0-gentoo/build/include/asm/hardirq.h:6,
from nvhw.h:31,
from nvhw.c:16:
/lib/modules/2.6.0-gentoo/build/include/asm/hw_irq.h:28: error:NR_IRQ_VECTORS' undeclared here (not in a function) /lib/modules/2.6.0-gentoo/build/include/asm/hw_irq.h:31: error:NR_IRQS' undeclared here (not in a function)
make[1]: *** [nvhw.o] Error 1
make[1]: Leaving directory `/usr/src/nforce/nvaudio'
make: *** [all] Error 2
(root@/usr/src/nforce/nvaudio)como se pone para ke coja…la configuracion del /etc/conf.d/net :rabieta:

Un saludo. -
rc-update add net.eth0 default
yasta solucionau. eso era el ke habia ke cargar:rolleyes:, ahora a poner el sonido..
Un saludo y gracias.
-
Y hablando del controlador de sonido… se puede hacer algo para que funcione el soundstorm? Es lo único que echo de menos de windows

Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Registrarse Conectarse