Hi Scott et al, I followed your very nice debug steps at https://wiki.ubuntu.com/DebugLocalDev and I have some results.
I booted the client to the command line by editing my lts.conf file to read: SCREEN_01=shell Following the step layed out by Scott everything checked out until step 5 when I did lsmod | grep fuse which returned nothing I did modprobe fuse and checked again and fuse was there. So I guess the fuse module isn't being loaded by default. Then I changed my lts.conf back to allow my client to boot graphically and rebooted. I logged in as a local user and did step five. I noticed that doing ls -la /dev/fuse showed a broken link. So it the problem that I have a broken link between the two environments? If so what next? If not, what next ? ;-) I really appreciate the help! John On 8/13/07, Scott Balneaves <[EMAIL PROTECTED]> wrote: > On Mon, Aug 13, 2007 at 12:16:19PM -0700, john wrote: > > > however, lspci still show's NO thumb drive and I think this is the > > problem. I think this kernel doesn't have the necessary stuff to use > > thumb drives. Anyway that's my guess since my understanding is that > > thumb drives are supposed to work outside the box. > > An lspci on the server won't ever show the usb devices on the client, for the > following reasons. > > 1) Devices are on a completely different machine > 2) USB devices aren't pci devices. > > I quickly typed up the following: > > https://wiki.ubuntu.com/DebugLocalDev > > Have a look through that, if gives you some things to check. > > Scott > > -- > Scott L. Balneaves | "Eternity is a very long time, > Systems Department | especially towards the end." > Legal Aid Manitoba | -- Woody Allen > > -- > edubuntu-users mailing list > [email protected] > Modify settings or unsubscribe at: > https://lists.ubuntu.com/mailman/listinfo/edubuntu-users > -- edubuntu-users mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/edubuntu-users
