On Mon, Apr 28, 2008 at 1:04 PM, Nicolas FRANCOIS <[EMAIL PROTECTED]> wrote: > Le Mon, 28 Apr 2008 17:37:23 +0200 "Lauri Kasanen" <[EMAIL PROTECTED]> > a écrit : > > > > > Hi. > > > > > > On the Mplayer page of the BLFS, it is mentionned that one should add > > > > > > dev.rtc.max-user-freq=1024 > > > > > > to /etc/sysctl.conf. I did this, but at boot time, there's a > > > message saying that dev.rtc.max-user-freq is not a valid option. > > > > > > I searched the kernel documentation, and found (in rtc.txt) that this > > > should appear in /proc/sys/dev/rtc/max-user-freq. Unfortunately, I don't > > > have a /proc/sys/dev/rtc directory. > > > > > > As I did not find any clue in the documentation, could someone tell me > > > what kernel option I missed during the configuration ? > > > > > > Thanks. > > > > > > \bye > > > > Hi > > > > CONFIG_SYSCTL and CONFIG_RTC come to mind, at least I have them both > enabled and have that directory there.. > > Oups, yes, I see the problem now : I have those options, but CONFIG_RTC > is set to "m". And the rtc module doesn't seem to be automatically loaded. > > Strange though, on my previous LFS, those modules seemed to load exactly > when they were desired, and my "/etc/sysconfig/modules" file was empty. > Now it contains quite a lot of things : > > root [ /sources ]# cat /etc/sysconfig/modules > ######################################################################## > # Begin /etc/sysconfig/modules > # > # Description : Module auto-loading configuration > # > # Authors : > # > # Version : 00.00 > # > # Notes : The syntax of this file is as follows: > # <module> [<arg1> <arg2> ...] > # > # Each module should be on it's own line, and any options that you want > # passed to the module should follow it. The line deliminator is either > # a space or a tab. > ######################################################################## > > rtc > 8139too > sd_mod > scsi_mod > usb-storage > nvidia > snd-pcm-oss > > # End /etc/sysconfig/modules > > So this is another kernel option I missed in the configuration ? > > \bye > > -- > > Nicolas FRANCOIS | /\ > > http://nicolas.francois.free.fr | |__| > X--/\\ > We are the Micro$oft. _\_V > Resistance is futile. > You will be assimilated. darthvader penguin
Same result, different reason. The above code does not work with CONFIG_RTC_CLASS and RTC_DRV_CMOS. The file is now /sys/class/rtc/rtc0/max_user_freq -- Nathan Coulson (conathan) ------ Location: Alberta, Canada Timezone: MST (-7) Webpage: http://www.nathancoulson.com -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
