On Wed, 2003-07-16 at 16:40, Mark Knecht wrote:
> >
> > > I am just scp'ing a new system from the chroot on another that I built
> > > it on.  How do I go about creating the /dev directory?
> > >
> > > The old MAKEDEV script, emerge baselayout, rebootstrap?
> > >
> >
> >
> > Mount devfs on /dev  and it should be done and a-ok
> >
> Spider,
>    Is there maybe a config file kept somewhere in /etc (or elsewhere) that
> tells the booting system what /dev/* devices to put in the devfs mount? I
> was starting to look for this a few weeks ago as I'm doing some 1394 drive
> work, but got side tracked and never figured out how this gets built.
> 
>    Thanks in advance for any info.
> 
> Cheers,
> Mark
> 
> 
> 
> --
> [EMAIL PROTECTED] mailing list

Which reminds me:
few weeks ago I was trying to get gentoo (tried both vanilla-kernel &
gentoo-kernel) to recognize my firewire DVD/CDRW attached to a Dell
laptop.

Only thing that did the trick was to put sbp2 in the
/etc/modules.autoload and then put into /etc/conf.d/local.start:
rmmod sbp2;
sleep 3;
modprobe sbp2;
sleep 3;
echo "scsi add-single-device 0 0 0 0" > /proc/scsi/scsi;
modprobe sr_mod;

Because when the module was inserted by the bootscripts (because of its
presence in /etc/modules.autoload), it always resulted in sth. along the
lines of "sbp2: Error logging into SBP2-device - login failed".

Anybody know of a better trick?

TIA

Wouter

-- 
_____________________________________
Wouter Vanwalleghem
Network Engineer
BELNET
The Belgian National Research Network
Wetenschapsstraat 4
B-1000 Brussel
Tel: +32 (0)2 790 3333
Fax: +32 (0)2 790 3334
mailto: [EMAIL PROTECTED]
Visit our website : www.belnet.be
_____________________________________

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to