console: Starting driver vga failed on upstream CVS kernel
Hi,
I compiled the upstream CVS kernel, make-installed it and rewrote
/boot/grub/menu.lst as follows:
title GNU/Hurd
root (hdo,0)
kernel (hd0,0)/locale/boot/gnumach root=device:hd0s1
module (hd0,0)/hurd/ext2fs.static
--multiboot-command-line=${kernel-command-line}
--host-priv-port=${host-port} \ --device-master-port=${device-port}
--exec-server-task=${exec-task} -T typed ${root} $(task-create)
$(task-resume)
module (hd0,0)/lib/ld.so.1 /hurd/exec $(exec-task=task-create)
boot
Then, I rebooted and ran the command as follows:
# console -d vga -d pc_mouse --repeat=mouse -d pc_kbd --repeat=kbd -d
generic_speaker -c /dev/vcs
But the machine said "console: Starting driver vga failed: (os/kern)
invalid argument,"
and driver vga didn't work.
PATH is set as
`/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin,'
but there is nothing in both directory of /usr/local/sbin/ and
/usr/local/bin/.
How should I do?
--
Hiroyuki Yamamoto
Reply to: