modprobe psmouse - Slackware
This is a discussion on modprobe psmouse - Slackware ; On Sun, 23 Mar 2008 14:19:21 +0000, loki harfagr wrote:
> Well, not so sure:
>
> nothing in blacklist:
> ------
> $# grep psmouse /etc/modprobe.d/blacklist ------
there it is...
bash-3.1# grep psmouse /etc/modprobe.d/blacklist
blacklist psmouse
bash-3.1# uname -r
...
-
Re: modprobe psmouse
On Sun, 23 Mar 2008 14:19:21 +0000, loki harfagr wrote:
> Well, not so sure:
>
> nothing in blacklist:
> ------
> $# grep psmouse /etc/modprobe.d/blacklist ------
there it is...
bash-3.1# grep psmouse /etc/modprobe.d/blacklist
blacklist psmouse
bash-3.1# uname -r
2.6.24.3
-
Re: modprobe psmouse
On Mon, 24 Mar 2008 12:58:35 +0000, mr.b wrote:
> On Sun, 23 Mar 2008 14:19:21 +0000, loki harfagr wrote:
>
>> Well, not so sure:
>>
>> nothing in blacklist:
>> ------
>> $# grep psmouse /etc/modprobe.d/blacklist ------
>
> there it is...
> bash-3.1# grep psmouse /etc/modprobe.d/blacklist blacklist psmouse
> bash-3.1# uname -r
> 2.6.24.3
And that's a good reason for hotplug not load the module then
)
What I meant (and Robby now did put it in a much more clear
way since :-) was if the hotplug (and/or the udev
60-persistent-input.rules) loads it you don't need to add a
modprobe in the rc. but that is of course if you don't
explicitely blacklist it, hence my line about "nothing in blacklist".