Re: blaclisting i810_audio

2006-02-05 Thread Andreas Janssen
Hello

L.V.Gandhi ([EMAIL PROTECTED]) wrote:

 I have installed sid in my dell inspiron 600m. both i810_audio and
 alsa modules are being loaded. I have put skip i810_audio in
 /etc/discover.conf and added i810_audio in /etc/modprobe.d/blacklist.
 Still i810_audio is getting loaded. What are I have to do to get rid
 of it.

This should happen automatically if you install the alsa-base package.
It you use kernel 2.6 and udev, also make sure you purge the hotplug
package as you were told during the udev installation (dpkg --purge
hotplug). If the module still gets loaded, activate the bootlog daemon
(/etc/default/bootlogd) and use `less /var/log/boot` after booting to
find out which service is responsible for the module being loaded.

best regards
Andreas Janssen

-- 
Andreas Janssen [EMAIL PROTECTED]
PGP-Key-ID: 0xDC801674 ICQ #17079270
Registered Linux User #267976
http://www.andreas-janssen.de/debian-tipps-sarge.html


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: blaclisting i810_audio

2006-02-05 Thread L.V.Gandhi
On 2/5/06, Andreas Janssen [EMAIL PROTECTED] wrote:
 (Would be nice if you answered on-list, and on-list only. I don't need
 copies.)
Sorry. In gmail I try reply all for replying mails from list.
Ok. I will adhere to it.

 Am Sonntag, 5. Februar 2006 17:21 schrieb L.V.Gandhi:
  Thanks for response.
  Do you mean alsa utils?

 No, alsa-base. It will configure udev/hotplug/discover not to load the
 OSS modules.
Thanks. I will do that.

  Whether hotplug is not useful with ifplugd for wifi and eth0
  swtichover?

 If you use udev in testing/unstable, you don't need hotplug anymore as
 far as I know. udev replaces and extends it.

I have my /etc/network/interfaces as follows
lvgdell600m:~# cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
allow-hotplug eth0
iface eth0 inet dhcp

# Wireless... (this section may or may not already exist)
allow-hotplug wlan0
iface wlan0 inet dhcp

this takes care for ifplugd. If I remove hotplug, what should I have
here in place of allow-hotplug ?

--
L.V.Gandhi
http://lvgandhi.tripod.com/
linux user No.205042


Re: blaclisting i810_audio

2006-02-05 Thread Andreas Janssen
Hello

L.V.Gandhi ([EMAIL PROTECTED]) wrote:

 # Wireless... (this section may or may not already exist)
 allow-hotplug wlan0
 iface wlan0 inet dhcp
 
 this takes care for ifplugd. If I remove hotplug, what should I have
 here in place of allow-hotplug ?

I don't know, but you should try to purge hotplug and see if udev can do
this.

best regards
Andreas Janssen

-- 
Andreas Janssen [EMAIL PROTECTED]
PGP-Key-ID: 0xDC801674 ICQ #17079270
Registered Linux User #267976
http://www.andreas-janssen.de/debian-tipps-sarge.html


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



blaclisting i810_audio

2006-02-04 Thread L.V.Gandhi
I have installed sid in my dell inspiron 600m. both i810_audio and
alsa modules are being loaded. I have put skip i810_audio in
/etc/discover.conf and added i810_audio in /etc/modprobe.d/blacklist.
Still i810_audio is getting loaded. What are I have to do to get rid
of it.

--
L.V.Gandhi
http://lvgandhi.tripod.com/
linux user No.205042