Re: help with udev problem

2008-04-02 Thread Wilco Beekhuizen
2008/4/2, [EMAIL PROTECTED] [EMAIL PROTECTED]: Greetings,I seem to have a problem with udev with an LFS build I did in January. I used kernel-2.6.23.12 (then development lfs).I get to boot prompt but the booting reports:mount: mount point /dev/pts does not existmount: mount point

VMWare Network Interface driver needed.

2008-04-02 Thread Dan Barker
I've moved my [working] LFS 6.3 from real SATA to VMWARE (Server 1.0.4) SCSI. I added the BusLogic SCSI support in the kernel and it boots fine. However, it can't find eth0. lspci says: Ethernet controller: Advanced Micro Devices [AMD] 79c970 [PCnet32 LANCE] (rev 10). I've enabled all

RE: Noprobe not working for SCSI

2008-04-02 Thread Dan Barker
[Toppost]: While waiting for inspiration to hit me, I upgraded VMWare Server from 1.0.4 to 1.0.5. The probes now do not occur, with or without the noprobe in GRUB. Odd, but satisfying. Dan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dan Barker Sent:

RE: VMWare Network Interface driver needed.

2008-04-02 Thread Loren Foret
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dan Barker Sent: Wednesday, April 02, 2008 10:03 AM To: lfs-support@linuxfromscratch.org Subject: VMWare Network Interface driver needed. I've moved my [working] LFS 6.3 from real SATA to VMWARE (Server

RE: VMWare Network Interface driver needed.

2008-04-02 Thread Dan Barker
Sent: Wednesday, April 02, 2008 10:03 AM To: lfs-support@linuxfromscratch.org Subject: VMWare Network Interface driver needed. I've moved my [working] LFS 6.3 from real SATA to VMWARE (Server 1.0.4)SCSI. I added the BusLogic SCSI support in the kernel and it boots fine. However, it can't find

Re: help with udev problem

2008-04-02 Thread [EMAIL PROTECTED]
Greetings,On Wednesday 02 April 2008 09:30:12 you wrote: You probably forgot to mount /dev/pts. Add to /etc/fstab: devpts /dev/pts devpts gid=4,mode=620 0 0 /dev/shm seems to be automatically created on my system. Maybe you missed a kernel option? thanks for your suggestion, but

RE: VMWare Network Interface driver needed.

2008-04-02 Thread Loren Foret
What I mean by support tools is the VMware support tools cd. If you look in the vmware support directory. ie /usr/local/vmware, you will see several .iso images. mount the linux one and install the support tools .tar.gz source that's in there. Under your vmware console, click on VM-install support

VirtualBox on a LFS ?

2008-04-02 Thread Jean-Sebastien
Hi there, I want to know how to install the VirtualBox on my LFS other by the source.. Can I install a package manager like rpm or deb (apt-get) to install it easilly ? Because I'm trying to install it from the sources and many, manu, many libraries are not found.. I Anyone know a best

Re: VMWare Network Interface driver needed.

2008-04-02 Thread support
Loren Foret wrote: What I mean by support tools is the VMware support tools cd. If you look in the vmware support directory. ie /usr/local/vmware, you will see several .iso images. mount the linux one and install the support tools .tar.gz source that's in there. Under your vmware console,

RE: VMWare Network Interface driver needed.

2008-04-02 Thread Dan Barker
Bless you, Phill! That's a big BINGO! I'd edited my udev rules and put in the VMWare mac, and never looked back. UDEV now contains: SUBSYSTEM==net, DRIVERS==?*, ATTRS{address}=00:0C:29:A3:BB:CD, NAME=eth0 SUBSYSTEM==net, DRIVERS==?*, ATTRS{address}=00:0c:29:a3:bb:cd, NAME=eth1 ifconfig eth1