
Search found 8 matches
- Sat Jan 29, 2011 11:25 am
- Forum: LMDE Archive
- Topic: SSD/fstab
- Replies: 9
- Views: 4105
Re: SSD/fstab
I'll give Liquorix a shot then. My wireless signal appears slightly weak anyway, maybe this will fix that!
Thanks for all the input.

- Fri Jan 28, 2011 6:28 pm
- Forum: LMDE Archive
- Topic: SSD/fstab
- Replies: 9
- Views: 4105
Re: SSD/fstab
I have read about some folks having wireless issues with the Liquorix kernel. Is there a good guide that you know about which covers compiling your own kernel in LMDE? I have some familiarity with Gentoo, but have yet to compile my own kernel in Debian.
- Fri Jan 28, 2011 2:43 pm
- Forum: LMDE Archive
- Topic: SSD/fstab
- Replies: 9
- Views: 4105
Re: SSD/fstab
Thanks Vincent, that is exactly what I was after! Thoughts on any of my other mods?
- Fri Jan 28, 2011 2:42 pm
- Forum: LMDE Archive
- Topic: SSD/fstab
- Replies: 9
- Views: 4105
Re: SSD/fstab
Thanks for the reply seeley. I am familiar with most of the options, well referenced here too:
https://wiki.archlinux.org/index.php/Fs ... me_options
Can't find much guidance on whether listing more than one really matters though?
https://wiki.archlinux.org/index.php/Fs ... me_options
Can't find much guidance on whether listing more than one really matters though?
- Fri Jan 28, 2011 2:26 pm
- Forum: LMDE Archive
- Topic: SSD/fstab
- Replies: 9
- Views: 4105
SSD/fstab
Very happy with LMDE since the switch from MintX. Thanks guys for all your work! :D I have a question about LMDE + SSD + 2.6.32-5-686 + fstab 1st, it is my understanding that 'TRIM support' is only available after 2.6.33 based on this @ Wikipedia http://en.wikipedia.org/wiki/TRIM How can I upgrade t...
- Sat Jan 15, 2011 1:00 pm
- Forum: Hardware Support
- Topic: Speakers AND headphones playing sound simultaneously
- Replies: 5
- Views: 1844
Re: Speakers AND headphones playing sound simultaneously
Having the same problem here on a Toshiba laptop. At first I could only hear sound through the speakers and not the headphone jack. After adding #Headphone-Fix options snd-hda-intel model=generic to my /etc/modprobe.d/alsa-base.conf I do get sound from both devices but the speakers will not mute whe...
- Mon Jan 05, 2009 2:47 pm
- Forum: Tutorials
- Topic: How to backup your stuff UNIX-style
- Replies: 37
- Views: 63186
Re: How to backup your stuff UNIX-style
Can I just safely exclude /dev and /sys directories. I have seen on the web where others are suggesting that. What are the implications? If there are none I assume my new command would be something like this tar --one-file-system --exclude=/tmp/* --exclude=/dev --exclude=/sys --exclude=/proc --exclu...
- Sun Jan 04, 2009 8:29 pm
- Forum: Tutorials
- Topic: How to backup your stuff UNIX-style
- Replies: 37
- Views: 63186
Re: How to backup your stuff UNIX-style
This a great walk through, and I am customising it for my specific partitioning scheme and system. I have however hit a snag and was hoping for some guidance from someone more experienced. When I perform the following command, tar --one-file-system --exclude=/tmp/* --exclude=/dev/* --exclude=/proc/*...