SEARCH

Enter your search query in the box above ^, or use the forum search tool.

You are not logged in.

#1 Re: Help & Support (Stable) » SD card in eee pc 701 card reader causes sartup and shutdown problems. » 2014-11-20 14:38:42

The fstab file is not executable, so you can't just enter it into the terminal. It's a configuration file. I don't think it's possible for your machine to boot correctly if it were empty. You should be able to view it by typing
cat /etc/fstab
or if it's too long to appear on screen at once
less /etc/fstab
If you need to edit it, then you can use
sudo nano /etc/fstab
but don't edit it until you are sure what you are doing because the wrong change will make your system partition not mount.

#2 Re: Help & Support (Stable) » not booting into default session listed in /etc/slim.conf » 2013-11-14 22:34:36

In Debian (and I'm guessing Crunchbang, since it basically is Debian with a few tweaks), SLiM will respect the session set as default by, in Crunchbang:

sudo update-alternatives --config x-session-manager

So run that and I believe you will be able to pick your desired session as default.
(I've always just run Openbox in Crunchbang, so I never had occasion to try this, but it works in Debian.)

#3 Re: Help & Support (Stable) » Acer Aspire One 722 - Sound not working. » 2012-09-26 20:42:18

Since this is one of the first threads that come up in a search about this issue, I thought that I would add information about steps I took to make sound and volumeicon work in Crunchbang.

The problem is that the sound for the Acer Aspire One 722 shows up as two sound cards in Alsa, and it tries to use the first one to produce sound when the second one is the one that actually works.  So you can go into the file /usr/share/alsa/alsa.conf and change all instances of:

card 0

to

card 1

The same problem is at the root of volumeicon not working.  You can open up ~/.config/volumeicon/volumeicon and add:

[Alsa]
card=hw:1

at the end of the file to make it work as well (of course this has to be done for each user).

Board footer

Powered by FluxBB

Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.

Debian Logo