
Hello,
to have sound on my pc i must start the sound-module before the paport- modules (parport, parport-pc). In the alsa-base i have added the line
options snd-sb16 isapnp=0 irq=7 dma8=1 dma16=5 port=0x2000
If i remove parport-pc, parport and start the sound via modprobe snd-sb16, the sound works.
what can i do, that the sound will be loaded before the parport-modules?
Also the tulip driver will be loaded automaticly and the dmfe module after the tulip-module. For my onboard networkcard i only use dmfe. I have added a line in /etc/modprobe.d/blacklist:
blacklist tulip
But the tulip-moudle will be loaded. What can i do, that the tulip-module will not be loaded?
I have connected a dsl-modem to my ethernetcard. On slackware i start the dsl-connection with adsl-start. I have run pppoeconf, but pppoeconf did not create the /etc/ppp/pppoe.conf file. I also have started netcardconf, but without success. what are the steps to become a connection over the dsl-modem to the internet
Thanks for your help.
Dietmar

* Dietmar Segbert didi.segbert@arcor.de [20080322 15:28]:
to have sound on my pc i must start the sound-module before the paport- modules (parport, parport-pc). In the alsa-base i have added the line
options snd-sb16 isapnp=0 irq=7 dma8=1 dma16=5 port=0x2000
If i remove parport-pc, parport and start the sound via modprobe snd-sb16, the sound works.
what can i do, that the sound will be loaded before the parport-modules?
Try adding snd-sb16 to /etc/modules.
Also the tulip driver will be loaded automaticly and the dmfe module after the tulip-module. For my onboard networkcard i only use dmfe. I have added a line in /etc/modprobe.d/blacklist:
blacklist tulip
But the tulip-moudle will be loaded. What can i do, that the tulip-module will not be loaded?
Try adding:
alias tulip off
to your /etc/modprobe.d/blacklist as well (that's the trick grml's "blacklist" command does additionally to the simple "blacklist" statement).
I have connected a dsl-modem to my ethernetcard. On slackware i start the dsl-connection with adsl-start. I have run pppoeconf, but pppoeconf did not create the /etc/ppp/pppoe.conf file. I also have started netcardconf, but without success. what are the steps to become a connection over the dsl-modem to the internet
IIRC pppoe-setup can generate a /etc/ppp/pppoe.conf file.
regards, -mika-
participants (2)
-
didi.segbert@arcor.de
-
Michael Prokop