Re: char-major-10-135

2001-04-07 Thread Raghavendra Bhat
Ethan posts: > yes, hwclock uses /dev/rtc, well at least on powerpc > it does, without a working /dev/rtc it fails. You may be right with a PowerPC but your reasoning will not work on an x86 machine. Can we say that the original poster did not give us architecture details ? ;-) > checking it

Re: char-major-10-135

2001-04-07 Thread Ethan Benson
On Sat, Apr 07, 2001 at 04:15:04PM +0530, Raghavendra Bhat wrote: > Ethan posts: > > > hwclock uses it to update the hardware clock, this > > is done at shutdown to keep the clocks synchronized. > > Agreed that 'hwclock' updates the hardware clock > while shutting down the m/c. This does not h

Re: char-major-10-135

2001-04-07 Thread Raghavendra Bhat
Ethan posts: > hwclock uses it to update the hardware clock, this > is done at shutdown to keep the clocks synchronized. Agreed that 'hwclock' updates the hardware clock while shutting down the m/c. This does not have anything to do with the 'rtc' module and hwclock does in no way use it. Th

Re: char-major-10-135

2001-04-07 Thread Philipp Lehman
On Sat, 7 Apr 2001, Ethan Benson <[EMAIL PROTECTED]> wrote: >On Sat, Apr 07, 2001 at 10:27:07AM +0530, Raghavendra Bhat wrote: >> Philipp Lehman posts: >> >> > Can I safely change the alias to "off"? >> Go ahead, you can switch it off. > >hwclock uses it to update the hardware clock, this is don

Re: char-major-10-135

2001-04-07 Thread Ethan Benson
On Sat, Apr 07, 2001 at 10:27:07AM +0530, Raghavendra Bhat wrote: > Philipp Lehman posts: > > > is that for "real time clock"? Do I need kernel support > > for that? > > Yes, it is. You need to compile 'rtc support' either into > the kernel or as a module. > > > > Can I safely change the alias

Re: char-major-10-135

2001-04-06 Thread Raghavendra Bhat
Philipp Lehman posts: > is that for "real time clock"? Do I need kernel support > for that? Yes, it is. You need to compile 'rtc support' either into the kernel or as a module. > Can I safely change the alias to "off"? Go ahead, you can switch it off. Usually a normal 'joe' user does not r

Re: char-major-10

1996-09-11 Thread Michael Meskes
Bernd Eckenfels writes: > Therefore there is one alias needed: > > alias char-major-10 misc > > Each single device with major 10 will be requested from kerneld with: > > char-major-10-%d, therefore the following aliases are needed in addition: > > alias char-major-10-0 busmouse > alias char-maj

Re: char-major-10

1996-09-11 Thread Michael Meskes
Boris Beletsky writes: > lists>add in /etc/conf.modules: > lists>alias char-major-10 misc > how about : > alias char-major-10 off ? > cause i realy don't have non serial mice Yes, you should set all modules to off that get requested despite not being available. Michael -- Michael Meskes

Re: char-major-10

1996-09-10 Thread Vadik V. Vygonets
On Mon, 9 Sep 1996, Boris Beletsky wrote: > bruce> [...] Do this command: > bruce> > bruce>ls /dev |grep "10," > bruce> > bruce>and you will see those devices - you are trying to open one of them. > bruce>Perhaps one of the mouse interfaces? > > - > sim:~# ls /dev | grep "

Re: char-major-10

1996-09-10 Thread Boris Beletsky
-BEGIN PGP SIGNED MESSAGE- On Tue, 10 Sep 1996, Bernd Eckenfels wrote: lists>add in /etc/conf.modules: lists>alias char-major-10 misc how about : alias char-major-10 off ? cause i realy don't have non serial mice Regards borik ___ Boris Beletsky <[EMAIL PROTECTED]> For pgp public key,

Re: char-major-10

1996-09-10 Thread Bernd Eckenfels
Hi, > how exactly i add the alias : > alias char-major-10 char-major-10-%d ? add in /etc/conf.modules: alias char-major-10 misc or even better load misc.o from /usr/src/linux/drivers/char/misc.o (or /lib/modues/current/misc/mic.o) This module will request itself the char-major-10-%d modules and

Re: char-major-10

1996-09-10 Thread Boris Beletsky
-BEGIN PGP SIGNED MESSAGE- On Tue, 10 Sep 1996, Bernd Eckenfels wrote: lists> 10 charNon-serial mice, misc features what i have here is a simple serial mouse i don't understand why is this device was requested in the first place lists>BTW: if you add the alias for char-major-10

Re: char-major-10

1996-09-10 Thread Christian Hudon
On Tue, 10 Sep 1996, Boris Beletsky wrote: > -BEGIN PGP SIGNED MESSAGE- > > On Mon, 9 Sep 1996, Bernd Eckenfels wrote: > > lists>alias char-major-10-0 busmouse > lists>alias char-major-10-1 psaux > lists>alias char-major-10-2 msbusmouse > lists>alias char-major-10-4 amigamouse > lists>al

Re: char-major-10

1996-09-10 Thread Bernd Eckenfels
Hi, > so is it "10," / "10" ? ls -l /dev |grep "10," From: /usr/src/linux/Documantation/devices.txt: 10 charNon-serial mice, misc features 0 = /dev/logibm Logitech bus mouse 1 = /dev/psauxPS/2-style mouse port 2 = /dev

Re: char-major-10

1996-09-10 Thread Boris Beletsky
-BEGIN PGP SIGNED MESSAGE- On Mon, 9 Sep 1996, Susan G. Kleinmann wrote: sgk>Hi Boris -- sgk>Try instead: sgk>ls -l /dev | grep "10," thks alot all! we solved it with bruce. (well - kinda) *bow* Regards borik ___ Boris Beletsky <[EMAIL PROTECTED]> For pgp public key, e-mail me with sub

Re: char-major-10

1996-09-10 Thread Susan G. Kleinmann
Hi Boris -- Bruce suggested: > bruce>ls /dev |grep "10," Try instead: ls -l /dev | grep "10," Good luck, Susan Kleinmann

Re: char-major-10

1996-09-10 Thread Bernd Eckenfels
Hi, > > Sep 9 03:53:44 sim modprobe: Can't locate module char-major-10 > > You are running kerneld. You go to open a character device with major > number 10. There is no driver for the device and kerneld tries to load > it. char-major-10 is handled by the drivers/char/misc.o (which will be in

Re: char-major-10

1996-09-10 Thread Dirk . Eddelbuettel
I assume that Bruce meant $ ls -l /dev | grep "10," which yields: [EMAIL PROTECTED]:~> ls -l /dev|grep "10," crw-rw 1 root sys 10, 134 Dec 31 1969 apm_bios crw-rw-rw- 1 root sys 10, 3 Dec 31 1969 atibm crw-rw 1 root audio 10, 128 Dec 31 19

Re: char-major-10

1996-09-10 Thread Bruce Perens
[Trying to find which major-10 device he's opening] > sim:~# ls /dev | grep "10," Oops. Make that ls -l /dev | grep "10," Bruce

Re: char-major-10

1996-09-09 Thread Boris Beletsky
-BEGIN PGP SIGNED MESSAGE- On Mon, 9 Sep 1996, Bernd Eckenfels wrote: lists>alias char-major-10-0 busmouse lists>alias char-major-10-1 psaux lists>alias char-major-10-2 msbusmouse lists>alias char-major-10-4 amigamouse lists>alias char-major-10-5 atarimouse the only prob is that i don't u

Re: char-major-10

1996-09-09 Thread Boris Beletsky
-BEGIN PGP SIGNED MESSAGE- On Sun, 8 Sep 1996, Bruce Perens wrote: bruce>You are running kerneld. You go to open a character device with major bruce>number 10. There is no driver for the device and kerneld tries to load bruce>it. Do this command: bruce> bruce> ls /dev |grep "10," bruce>

Re: char-major-10

1996-09-09 Thread Bruce Perens
From: Boris Beletsky <[EMAIL PROTECTED]> > Sep 9 03:53:44 sim modprobe: Can't locate module char-major-10 You are running kerneld. You go to open a character device with major number 10. There is no driver for the device and kerneld tries to load it. Do this command: ls /dev |grep "10,"