Re: udev problems

2004-12-23 Thread Kunjan Shah
shoot i been replying to you only all the time and this thread never made it to the list. so now it does. :( On Thu, 23 Dec 2004 02:25:53 -0600, Kunjan Shah [EMAIL PROTECTED] wrote: ok hmm i booted with a live cd and did cd /mnt/hda8/dev/ mknod -m 600 console c 5 1 mknod -m 666 null c 1 3

Re: Xorg

2004-12-23 Thread Gregor Stößer
Andree Zeulner schrieb: Hello, I followed this thread and was wondering about how to install xorg for debian AMD64 sid? Is it worth a try even for Gforce users ? thank you Andree Not really, for Gforce cards I would suggest the (closed source) driver from NVidia (it is, unlike the one from

Re: mkinitrd linking issue.

2004-12-23 Thread Chris Wakefield
Greetings Harri. Before I started playing with the export command, I had this problem. Here is the output: - [EMAIL PROTECTED]:/$ bash -x /usr/sbin/mkinitrd ... + set -e ++ pwd + ORIGDIR=/ +

Re: sk98lin doesn't work

2004-12-23 Thread
Hi, Dave I tried tg3 (modprobe tg3). It's loaded without error, but it seems not work. I can't see the NIC with 'ifconfig -a'. Something else can I try? Thanks. Xiaolin On Wed, Dec 22, 2004 at 05:48:55PM -0800, David Liontooth wrote: wrote: Hi, Harri Thanks for helping. I got the

Re: sk98lin doesn't work

2004-12-23 Thread
Hi, Bernd Thanks for your gcc trick. I tried just now. It worked, but I still got errors when compiling: +++ arch/x86_64/ia32/vsyscall-sigreturn.S: Assembler messages: arch/x86_64/ia32/vsyscall-sigreturn.S:16: Error: suffix or operands invalid for `pop' make[1]:

Re: *****SPAM***** Re: sk98lin doesn't work

2004-12-23 Thread David Liontooth
wrote: Hi, Dave I tried tg3 (modprobe tg3). It's loaded without error, but it seems not work. I can't see the NIC with 'ifconfig -a'. Something else can I try? Xiaolin, Ask for help from [EMAIL PROTECTED], as suggested in the kernel documentation at Documentation/networking/sk98lin.txt

Re: mkinitrd linking issue.

2004-12-23 Thread Harald Dunkel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Chris, Chris Wakefield wrote: | Greetings Harri. | | Before I started playing with the export command, I had this problem. Here is | the output: | - | [EMAIL

Debian netboot on a SunFire v20z

2004-12-23 Thread Michael Madden
Has anyone gotten a netboot install for amd64 working on a Sun SunFire V20z? I'm using the netboot from 12/21/2004. It boots from the cd, detects my Broadcom card, loads the tg3 module, configures the network, obtains an IP address, netmask, gateway, and DNS servers from my DHCP server. It then

libGL compiled without -fPIC?

2004-12-23 Thread Mark Nipper
While trying to build vlc here at home, I got this: --- gcc -Wsign-compare -Wall -pipe -o libopengl_plugin.so libopengl_plugin_a-opengl.o `top_builddir=../.. ../../vlc-config --libs plugin opengl` /usr/bin/ld: /usr/lib/libGL.a(glapi.o): relocation R_X86_64_32 can not be used when making

Re: sk98lin doesn't work

2004-12-23 Thread Bernd Schubert
??? wrote: Hello Xiaolin, It's most probably because my CPUs (Intel(R) Xeon(TM) CPU 3.00GHz) are 64bits, but the compiler is default to -m32 instead of -m64. Shall I change the /usr/src/linux/Makefile to use -m64? and how? hmm, its somewhere in the install script, I'm too lazy now to