Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Jun 2000 14:21:55 +0100
From:      Mark Ovens <mark@ukug.uk.freebsd.org>
To:        Adam Hefetz <adam_hefetz@hotmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: sound & permissions
Message-ID:  <20000625142155.F233@parish>
In-Reply-To: <20000625122735.27588.qmail@hotmail.com>; from adam_hefetz@hotmail.com on Sun, Jun 25, 2000 at 12:27:35PM %2B0000
References:  <20000625122735.27588.qmail@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Jun 25, 2000 at 12:27:35PM +0000, Adam Hefetz wrote:
> Hi,
> 1) After adding sound support to my kernel with these lines:
> 
> controller pnp0
> device pcm0 at isa? port 0x220 tty irq 5 drq 1 flags 0x0 vector pemintr
> 
> I rebooted and when freebsd was checking the hardware I noticed this:
> 
> Probing for PnP devices:
> pcm1 (SB16pnp <SB16 PnP> sn 0x00061739) at 0x220-0x22f irq 5 drq 1 flags 
> 0x15 on isa
> 
> Probing for devices on the ISA bus:
> pcm0 not probed due to I/O address conflict with pcm1 at 0x220
> 
> Whats wrong??
> 

Is this FreeBSD 4.0? If so change ``device pcm0'' to ``device pcm'' in
the kernel config file and your card will be found as pcm0. The 0
device is now no longer reserved for ISA devices as it used to be.

> 2) When typing as a reguler user 'reboot' I get 'Operation not permited'. I 
> know you have to change the permissions using chmod but I don't know what 
> arguments to use.
> 

Don't change the perms, use ``shutdown [-h] [-r] now'' as a regular
user. ``-h'' will halt the system, ``-r'' will reboot, and using
neither (i.e. ``shutdown now'') will drop you to single user mode.

Note that the user must be a member of the wheel group to use
shutdown(8).

> Thanks, Adam
> ________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
> 
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message

-- 
  If I buy a copy of WinDelete, and it doesn't delete Windows,
  am I entitled to my money back?
________________________________________________________________
      FreeBSD - The Power To Serve http://www.freebsd.org
      My Webpage http://ukug.uk.freebsd.org/~mark/
mailto:mark@ukug.uk.freebsd.org             http://www.radan.com



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000625142155.F233>