![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| BSD BSD, sometimes called Berkeley Unix, is a Unix operating system developed by the Computer Systems Research Group of the UC Berkeley. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| AIX equivalent to MS IIS? | gmslater99 | UNIX for Dummies Questions & Answers | 5 | 11-10-2008 01:00 PM |
| what is yum equivalent in redhat? | gkreddy | UNIX for Dummies Questions & Answers | 1 | 10-30-2007 07:56 AM |
| dos2unix equivalent in AIX | soulfactory2002 | AIX | 4 | 05-19-2005 10:47 AM |
| snoop equivalent for AIX | jcasares | UNIX for Advanced & Expert Users | 1 | 04-28-2005 11:45 AM |
| mcs equivalent in HP-UX | vibhor_agarwali | HP-UX | 5 | 04-28-2005 10:43 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
BSD equivalent of rmmod
In Linux if you want to get rid of the PC speaker (beep!) without rebooting you can type
rmmod pcspkr I'm looking for a way to remove (if possible) the BSD equivalent of the "pcspkr" module. I scrolled quickly through GENERIC and didn't see any entries that looked conspicuously like the PC speaker. Is it in there? Did I miss it? Last edited by uiop44; 03-29-2009 at 11:28 PM.. |
|
||||
|
Quote:
FreeBSD does not have lsmod The rough equivalent is kldstat And kldunload for rmmod/modprobe -r But kldstat does not show anything that looks like the PC speaker I've been using Code: kbdcontrol -b off This is virtual console specific. Update: I was fiddling with loader.conf and thinking the only way to get rid of the PC speaker is to compile the kernel without some module. Then I found a 2005 post by Kevin Kinsey on the org.freebsd.freebsd-questions mailing list. Code: mixer speaker 0:0 And another blog post from recently linked to it and reminded us that we can always open up the computer and disconnect the cable. That's great if you own the computer, but... Last edited by uiop44; 03-31-2009 at 01:28 AM.. |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|