Results 1 to 4 of 4
hi ,
i have AMD (Athelon ) processor with x86_64. i am using Fedora Core 6.
Now i want to diable USB2.0To ALL-in-1 Card reader.
what are steps to be ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-13-2007 #1Just Joined!
- Join Date
- Jan 2007
- Posts
- 20
disable a driver
hi ,
i have AMD (Athelon ) processor with x86_64. i am using Fedora Core 6.
Now i want to diable USB2.0To ALL-in-1 Card reader.
what are steps to be done to disable this driver in Fedora Core 6??????
- 03-14-2007 #2
I don't know Fedora Core 6, but generally it's that way:
1.
Check with "lsmod" the exact name of the driver. This should be different from the file name, i.e. no *.ko (or *.o) ending.
2.
Being root or superuser, do an "rmmod xxx" with that name. The devices for that driver should not be in use.
At problems, "man rmmod".
3.
Doing an "lsmod" again, the appropriate driver shouldn't show up anymore.Bus Error: Passengers dumped. Hech gap yo'q.
- 03-14-2007 #3
You could blacklist it assuming it's a module.
To do so, type the following as root:Replace xxxx with the module name.Code:echo "blacklist xxxx" > /etc/modprobe.d/blacklist
Looking for a distro? Look here.
"There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
Queen's University - Arts and Science 2008 (Sociology)
Registered Linux User #386147.
- 03-22-2007 #4Just Joined!
- Join Date
- Jan 2007
- Posts
- 3
hi Mr Anando,
will u clarify first do u want to disable MMC/SD card support ??
i think so....
Originally Posted by anando.1980


Reply With Quote
