Re: [arch] no /dev/tty8

2005-10-06 Thread Vinay Shastry
On 10/6/05, MA <[EMAIL PROTECTED]> wrote: > that has functioned. super, but small correction of the line: > > - KERNEL="tty[0-9]*", SYMLINK+="tty%n" > + KERNEL="tty[0-9]*", SYMLINK="tty%n" heh, i dont see anything wrong with using += , anyway glad it worked for you. -- Vinay S Shastry __

Re: [arch] no /dev/tty8

2005-10-06 Thread MA
Vinay Shastry schrieb: create /etc/udev/rules.d/00-myrules.rules if it doesnt exist and add the following line to it: KERNEL="tty[0-9]*", SYMLINK+="tty%n" then run udevstart after reboot, symlinks will still be there -- Vinay S Shastry hello vinary, that has functioned. super, but small

Re: [arch] no /dev/tty8

2005-10-06 Thread Vinay Shastry
create /etc/udev/rules.d/00-myrules.rules if it doesnt exist and add the following line to it: KERNEL="tty[0-9]*", SYMLINK+="tty%n" then run udevstart after reboot, symlinks will still be there -- Vinay S Shastry ___ arch mailing list arch@archlinux

Re: [arch] no /dev/tty8

2005-10-05 Thread MA
Gilles CHAUVIN schrieb: On 10/5/05, MA <[EMAIL PROTECTED]> wrote: bash>mknod /dev/tty13 c 2 13 bash> chmod -f a+rw /dev/tty8 You can also symlink /dev/tty8 to /dev/vc/8. I have a similar problem when trying to use VMware and fixed it by symlinking the proper /dev/ttyX t

Re: [arch] no /dev/tty8

2005-10-05 Thread Gilles CHAUVIN
On 10/5/05, MA <[EMAIL PROTECTED]> wrote: > bash>mknod /dev/tty13 c 2 13 > bash> chmod -f a+rw /dev/tty8 > You can also symlink /dev/tty8 to /dev/vc/8. I have a similar problem when trying to use VMware and fixed it by symlinking the proper /dev/ttyX to /dev/vc/X but these changes are lost each ti

Re: [arch] no /dev/tty8

2005-10-05 Thread MA
RedShift schrieb: In /etc/initab: c1:2345:respawn:/sbin/agetty 38400 vc/1 linux c2:2345:respawn:/sbin/agetty 38400 vc/2 linux c3:2345:respawn:/sbin/agetty 38400 vc/3 linux c4:2345:respawn:/sbin/agetty 38400 vc/4 linux c5:2345:respawn:/sbin/agetty 38400 vc/5 linux c6:2345:respawn:/sbin/agetty 384

Re: [arch] no /dev/tty8

2005-10-05 Thread RedShift
In /etc/initab: c1:2345:respawn:/sbin/agetty 38400 vc/1 linux c2:2345:respawn:/sbin/agetty 38400 vc/2 linux c3:2345:respawn:/sbin/agetty 38400 vc/3 linux c4:2345:respawn:/sbin/agetty 38400 vc/4 linux c5:2345:respawn:/sbin/agetty 38400 vc/5 linux c6:2345:respawn:/sbin/agetty 38400 vc/6 linux add:

[arch] no /dev/tty8

2005-10-05 Thread MA
Hello arch people, I has a problem with my new Arch machine. I would like to operate a VDR on this machine. My configuration is ARCH 0,7 with Kernel 2,6,13,2 from Kernel.org. My problem is now that console 8 is missing to me. If I the VDR start come the following error message: vdr: can't acc