Quote (Guest @ June 07 2005,12:49) |
Using nopcmcia does not necessarily mean you cannot use pcmcia. It is just not loaded automatically. You may just need a couple of "modprobe" commands, as well as the proper method to set-up your wireless card (see other sections of this forum). |
Quote (Guest @ June 07 2005,18:16) |
I can't help you with item number 2, but I think I can handle number 1. When you said you can see your partitions, I assume you mean you see them inside /etc/fstab. So the next will be to check whether they are mounted. Open an XTerminal and type "mount". Do you see the partitions and their corresponding mountpoints? The should look something like "/dev/hda1 on /mnt/hda1 type vfat (rw)". If you don't see these, the partition is not mounted. To mount the partition, use the dock app at the lower right side of your desktop. There are 4 or 5 of them that automatically load at boot-up. The one you need has an image of the floppy drive and has three buttons below it (a long button with zipper icon, and two arrow buttons). Use the arrow buttons to select the partition you want to mount, and use the zipper button to mount/unmount. Once you are sure that the partitions are mounted, determine the permissions for the partition. Use the emelfm to go to the /mnt directory and examine the ownership, group membership, and the read/write/execute flags. |