Forum: *nix Hardware Configuration Mar 23rd, 2004 |
| Replies: 4 Views: 3,172 Please copy & paste your /etc/fstab here so I can look at it. All the partitions you should need should've been created during install, but for whatever reason, I have no idea what it did. Without... |
Forum: *nix Hardware Configuration Mar 21st, 2004 |
| Replies: 4 Views: 3,172 You'd have to create a partition for the rest of hda(x) to be mounted to it.
Oddly enough, you didn't mention a partition for your /swap partition. Is it missing, or did you not include it in... |
Forum: *nix Hardware Configuration Mar 4th, 2004 |
| Replies: 4 Views: 6,994 When you configure sudo, you can specify which commands they can run so that won't happen. |
Forum: *nix Hardware Configuration Mar 4th, 2004 |
| Replies: 2 Views: 3,753 You can't copy a file to your floppy as root? Check /etc/fstab and look for:
/dev/fd0 /floppy vfat rw,users,noauto
If you don't have an entry in your /etc/fstab for... |
Forum: *nix Hardware Configuration Mar 4th, 2004 |
| Replies: 4 Views: 6,994 Did you set the proper permissions as the other post explained? Have you tried doing chattr on the audio device (making it executable by everyone)?
You could also install and configure sudo so... |
Forum: *nix Hardware Configuration Feb 13th, 2004 |
| Replies: 11 Views: 8,873 WC: No biggie. Thx for the rate, BTW.
bigpoppapumpg: Whats the status? Do you still need help locating the proper module, or is it working now? |
Forum: *nix Hardware Configuration Feb 13th, 2004 |
| Replies: 7 Views: 17,456 In lilo, to make Windows the default boot operating system, simply make Linux the last entry in /etc/lilo.conf
Depending on which editor you use, you can either copy/paste the lines, or retype... |
Forum: *nix Hardware Configuration Feb 12th, 2004 |
| Replies: 11 Views: 8,873 No, he said his mobo had an onboard mac:
I was clarifying for him in case it was a typo.
That's why I prefixed the comment with Example: as I always do when giving an example. |
Forum: *nix Hardware Configuration Feb 10th, 2004 |
| Replies: 11 Views: 8,873 Each module is for a specific NIC. If you donwloaded more than one module trying to figure out which one to use, first figure out what NIC you have and search google for the corresponding module. ... |
Forum: *nix Hardware Configuration Feb 6th, 2004 |
| Replies: 11 Views: 8,873 What NIC does the mobo have? Once you find that out, you'll be able to find out which module for the NIC you need.
Example:
NIC = Realtek 8139
Module needed: rtl8139.o
To install the... |
Forum: *nix Hardware Configuration Jan 29th, 2004 |
| Replies: 17 Views: 120,611 chmod 777 /path/to/samba/share
provided you want everyone to have read+write access
man chmod for more info about assigning attributes to a directory/file |