SliTaz SliTaz Forum

You are not logged in.

#1 2011-05-23 01:25:28

llt_tao
Member
Registered: 2011-04-23
Posts: 5

How to use blacklist in slitaz cooking

How to use blacklist in slitaz cooking?

I want to disable kernel moudle nouveau.

Offline

#2 2011-05-23 01:42:54

llt_tao
Member
Registered: 2011-04-23
Posts: 5

Re: How to use blacklist in slitaz cooking

I try create blacklist.conf in /etc/modprobe.d/

the content in blacklist.conf:

blacklist nouveau

but not work.

Offline

#3 2011-05-23 03:05:55

mojo
Administrator
Registered: 2011-03-29
Posts: 2,174

Re: How to use blacklist in slitaz cooking

Leave .conf off the end of blacklist:

#echo blacklist nouveau >> /etc/modprobe.d/blacklist

If that doesn't work:

Add nomodeset to boot options

Offline

#4 2011-05-23 04:44:18

llt_tao
Member
Registered: 2011-04-23
Posts: 5

Re: How to use blacklist in slitaz cooking

Thanks for your reply.

But I try and it still no work.

Offline

#5 2011-05-23 15:11:12

mojo
Administrator
Registered: 2011-03-29
Posts: 2,174

Re: How to use blacklist in slitaz cooking

Add screen=text to bootcode

Login as root password root

Remove nouveau:

#tazpkg remove linux-drm

Restart Xorg:

#/etc/init.d/slim start

Add slim back to /etc/rcS.conf RUN_DAEMONS=  after dbus and hald

#leafpad /etc/rcS.conf

Save/Quit

Offline

#6 2011-05-25 00:25:07

llt_tao
Member
Registered: 2011-04-23
Posts: 5

Re: How to use blacklist in slitaz cooking

I think remove linux-drm is not a good idea.

The Xorg nv driver not work,the problem maybe nouveau moudle. So I want to blacklist nouveau.

Offline

#7 2011-05-25 00:51:50

mojo
Administrator
Registered: 2011-03-29
Posts: 2,174

Re: How to use blacklist in slitaz cooking

I'm out of suggestions...

Offline

#8 2011-05-25 06:08:13

ernia
Member
Registered: 2011-05-20
Posts: 299

Re: How to use blacklist in slitaz cooking

you could try to move /lib/modules/yourkernelname/kernel/drivers/gpu/drm/nouveau somewhere else (e.g. your home dir) then depmod -a

check with modprobe -l | grep nouveau that the module is not available anymore the reboot.

not the cleanest way but it should work

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.018 seconds, 7 queries executed - Memory usage: 1.54 MiB (Peak: 1.77 MiB) ]