Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Need help removing a driver
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
ockham
n00b
n00b


Joined: 28 Dec 2007
Posts: 5

PostPosted: Sat Dec 29, 2007 10:22 pm    Post subject: Need help removing a driver Reply with quote

Hello all, first let me post my lsmod
Code:

Module                  Size  Used by
snd_seq_dummy           4868  0
snd_seq_oss            30464  0
snd_seq_midi_event      8064  1 snd_seq_oss
snd_seq                47184  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device          8716  3 snd_seq_dummy,snd_seq_oss,snd_seq
fglrx                 538468  11
pcmcia                 36524  0
snd_atiixp             19596  2
snd_atiixp_modem       16264  0
yenta_socket           25996  1
rsrc_nonstatic         13184  1 yenta_socket
bcm43xx               111636  0
ieee80211softmac       28288  1 bcm43xx
ieee80211              31944  2 bcm43xx,ieee80211softmac
ieee80211_crypt         6912  1 ieee80211
radeonfb               94912  0
snd_ac97_codec         90020  2 snd_atiixp,snd_atiixp_modem
ac97_bus                3456  1 snd_ac97_codec
sky2                   39176  0
fb_ddc                  3712  1 radeonfb
serio_raw               7684  0
pcspkr                  4096  0
i2c_algo_bit            8328  1 radeonfb
i2c_piix4               9356  0
k8temp                  6528  0
i2c_core               21760  4 radeonfb,fb_ddc,i2c_algo_bit,i2c_piix4
ati_agp                 9740  0
shpchp                 32148  0
pci_hotplug            14984  1 shpchp
joydev                 10176  0
tg3                   100484  0
e1000                 112704  0
unionfs                70340  0
sl811_hcd              12672  0
ohci_hcd               19844  0
uhci_hcd               22928  0
ehci_hcd               29964  0


I believe that the snd_atiixp_modem driver(did i call it the correct thing?) is keeping my sound card from loading and working properly. Can anyone help me figure out how to keep this driver/module from loading?

Ock!
Back to top
View user's profile Send private message
PaulBredbury
Watchman
Watchman


Joined: 14 Jul 2005
Posts: 7310

PostPosted: Sat Dec 29, 2007 11:14 pm    Post subject: Reply with quote

Use the Search button, with the magic word "blacklist" :wink:
Back to top
View user's profile Send private message
ockham
n00b
n00b


Joined: 28 Dec 2007
Posts: 5

PostPosted: Sun Dec 30, 2007 5:19 pm    Post subject: udev question Reply with quote

I might have flown off on the wrong path but here goes...

I checked out the udev guide, it looks good. First I emerged pciutils so I could get access to pcimodules

./pcimodules returned the offending module: snd-atiixp-modem

which I now want to blacklist and keep from loading.

Code:
echo "blacklist snd-atiixp-modem" >> /etc/modules.d/blacklist


Works!

Now to run update-modules

Code:

localhost / # update-modules
 * Updating modules.dep ...
FATAL: Could not open '/System.map': No such file or directory                                                                                        [ !! ]
localhost / #


Where oh where has my System.map gone?!?!

Then I figure out that maybe I should emerge udev...
Code:

localhost / # emerge --pretend udev

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild     U ] sys-fs/udev-118 [104-r2]
[blocks B     ] <sys-fs/device-mapper-1.02.19-r1 (is blocking sys-fs/udev-118)
localhost / # emerge --unmerge device-mapper-1.02.19-r1

--- Couldn't find 'device-mapper-1.02.19-r1' to unmerge.

>>> No packages selected for removal by unmerge
localhost / #


GAH!

Any ideas on what I'm doing wrong here? All i want to do is kill the snd-atiixp-modem module from loading :D
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
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