Re: media adds on
"Axel Dörfler" <[email protected]> Thu, 12 Jul 2007 14:10:34 +0200 CEST
| Newsgroups | gmane.os.openbeos.mediakit |
|---|---|
| Message-ID | <7443470909-BeMail@zon> |
"Salvatore Benedetto" <[email protected]> wrote: > you mean /boot/beos/system/boot/Bootscript ? > I changed the line exec > /dev/null 2>&1 to > exec > /dev/dprintf 2>&1 , am I supposed to see messages > in the terminal now? Because I don't see anything. /dev/dprintf is surprisingly using dprintf() in the kernel to spill out its output :-) IOW, depending on your kernel settings, it's either written to the serial interface, or the syslog, or both. HTH, Bye, Axel.