On Sun, Feb 17, 2013 at 12:27:35PM -0800, sarto76 wrote:
> Hallo, I found the driver here:
> /sys/bus/w1/drivers/w1_master_driver
> Is this a normal module?

No, it is not the module at all, but some directory the module creates
for management. It is not even the name of the module it seems to me.

> So I can use the command:
> echo /sys/bus/w1/drivers/w1_master_driver >> /etc/modprobe.d/local.conf 
> to prevent the driver to load at boot time? Is this correct?

No.
$ls /lib/modules/3.7.1-vs2.3.5.3/kernel/drivers/w1/masters/
ds1wm.ko  ds2482.ko  ds2490.ko  matrox_w1.ko  omap_hdq.ko  w1-gpio.ko

-> it is one of ds1wm ds2482 ds2490 matrox_w1 omap_hdq w1-gpio on my
system. The matching lines here would be:
echo blacklist ds1wm >> /etc/modprobe.d/local.conf
echo blacklist ds2482 >> /etc/modprobe.d/local.conf
echo blacklist ds2490 >> /etc/modprobe.d/local.conf
echo blacklist matrox_w1 >> /etc/modprobe.d/local.conf
echo blacklist omap_hdq >> /etc/modprobe.d/local.conf
echo blacklist w1-gpio >> /etc/modprobe.d/local.conf

> to start directly with the runlevel 3 is it correct to modify this line in
> /boot/grub/menu.lst:
> kernel /vmlinuz root=LABEL=VOYAGE_FS  console=ttyS0,38400n8
> so?
> kernel /vmlinuz root=LABEL=VOYAGE_FS  3 console=ttyS0,38400n8

That's at least one way to do it. Don't forget 'update-grub' afterwards.

Regards,
        Adrian
-- 
LiHAS - Adrian Reyer - Hessenwiesenstraße 10 - D-70565 Stuttgart
Fon: +49 (7 11) 78 28 50 90 - Fax:  +49 (7 11) 78 28 50 91
Mail: li...@lihas.de - Web: http://lihas.de
Linux, Netzwerke, Consulting & Support - USt-ID: DE 227 816 626 Stuttgart

_______________________________________________
Voyage-linux mailing list
Voyage-linux@list.voyage.hk
http://list.voyage.hk/mailman/listinfo/voyage-linux

Reply via email to