hi, this is my first message here
THE PROBLEM: when my computer boots, udev hangs up and i have to close it with ctrl+c
MY DISCOVERY: playing with the files in rules.d, i discovered that the file that makes the hang is 80-drivers.rules
if i play with the file, this lines are causing the hang
Code:
DRIVER!="?*", ENV{MODALIAS}=="?*", RUN{ignore_error}+="/sbin/modprobe $env{MODALIAS}"
SUBSYSTEM=="pnp", DRIVER!="?*", ENV{MODALIAS}!="?*", \
RUN{ignore_error}+="/bin/sh -c '/sbin/modprobe -a $$(while read id; do echo pnp:d$$id; done < /sys$devpath/id)'"
if i comment one of them, or both, my screen shows ok for loading udev and continues the boot normally, but when i log in, i can't browse the web, i can't hear anything and the system notes that because gnome's applet networkmanager doesn't recongnizes my ethernet adaptor, and fedora can't recognize my soundcard too, so i have to live with the error u.u, but with the school, and my personal life i can't live with this error forever u.u
please help me,
thanks in advance



please ask for another info if necesary

, i'll be subscribed to this post to reply the fastest as i can
(if helps, i have a cardreader, but it's plugged directly to the motherboard and my family uses it in windows, so i can't unplug it every time i want to use fedora)
more info: when i start fedora with udev closed by ctrl+c, if i plug my ipod or a pendrive, the ipod shows the don't disconnect message, and the pendrives show the typical computer, but they aren't represented in /dev/ folder, but if i comment the two rules and boot, the devices work perfectly and are mounted automatically, but i have the net and sound issue that i mentioned above.
when i boot fedora and i want to use the pendrive or ipod, and fedora has uncommented the two rules, i have to plug them before turning the computer on to be recognized in the /dev/folder/ and if unplug or umount them, i have to boot again to mount them again u.u, and the card reader works fine when i have the two rules commented, but if i uncomment the rules, the cardreader doesn't works
please help!