And now can you post the USB section of your kernel config file.
Ok, so I switched USB back to a module, instead of being compiled in, to get some more data for Ged, and now the thing works. As far as I know, the only thing that changed was a change from '*' to 'M'.
I hate it when this happens. I don't know what, exactly, changed so the problem could return.
Ged, for what it's worth, I did go so far as to check that the C preprocessor was actually defining req_finished_io in ll_rw_blk.c before I posted. It can be hard to tell what gets turned on for the CPP when building a kernel. That's what had me stumped. I just couldn't see why the symbol was undefined.
Now all seems well, for the moment. My appologies for wasting all your time.
Chris...
Chris,
Can you post your /etc/fstab file.
Certainly:
/dev/hda3 / reiserfs defaults 1 1
/dev/hda2 /boot reiserfs defaults 1 2
/dev/hda8 /home reiserfs defaults 1 2
/dev/hda6 /usr reiserfs defaults 1 2
/dev/hda9 /usr/local reiserfs defaults 1 2
/dev/hda7 /var reiserfs defaults 1 2
/dev/hda1 /windows/C ntfs ro,users,gid=users,umask=0002 0 0
#/dev/hda1 /windows/C ntfs ro,users,gid=users,umask=0002,nls=iso8859-1 0 0
/dev/hda5 swap swap pri=42 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
proc /proc proc defaults 0 0
usbdevfs /proc/bus/usb usbdevfs noauto 0 0
/dev/cdrecorder /media/cdrecorder auto ro,noauto,user,exec 0 0
/dev/cdrom /media/cdrom auto ro,noauto,user,exec 0 0
/dev/dvd /media/dvd auto ro,noauto,user,exec 0 0
/dev/fd0 /media/floppy auto noauto,user,sync 0 0
#/dev/sda1 /mnt/usbstick vfat user,noauto,umask=0 0 0
I tried the last line after seeing it in an article on the web. Didn't help.
Chris...
------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
