Questions tagged [crunchbang]

Crunchbang is a Linux distribution based upon Debian and aimed at providing speed (by using lightweight applications) while being stylish.

Official web page: http://crunchbanglinux.org/

Wiki: http://crunchbanglinux.org/wiki/

Forums: http://crunchbanglinux.org/forums/

94 questions
12
votes
2 answers

Regular expression problem(s) in Bash: [^negate] doesn't seem to work

When I execute ls /directory | grep '[^term]' in Bash I get a regular listing, as if the grep command is ignored somehow. I tried the same thing with egrep, I tried to use it with double and single quotes, but to no better results. When I try ls…
erch
  • 4,890
  • 17
  • 49
  • 81
9
votes
1 answer

How do I force ssh to use a second interface with higher metric?

I have a Crunchbang VM with two interfaces, eth0 and eth1, each of which connects to an OpenWRT VM (eth0 being 10.232.64.20 and eth1 being 10.232.65.20). I'm using Network Manager and DHCP. My overall goal is having multiple ssh connections, and…
mirimir
  • 463
  • 2
  • 5
  • 14
9
votes
4 answers

Mouse scroll wheel speed far too sensitive

In my Crunchbang installation with X11, openbox, my wireless usb mouse is listed at both /dev/psaux and /dev/input/mouse0. It's working fine apart from the scroll wheel, which although active, is far too sensitive. I'm thinking maybe the kernel is…
citronic
  • 315
  • 1
  • 4
  • 12
9
votes
2 answers

How to Find and reload specific driver from kernel?

I am using Crunchbang 64 bit O.S. with a ASUS N150 wireless adapter. Every time I close my laptop and it enters sleep mode, when I "wake it up" I am unable to connect back using the wireless adapter; I have to restart. My questions are: Is there a…
Joseph
  • 263
  • 1
  • 2
  • 6
9
votes
3 answers

Samsung Ultra book won't wake up after hibernate and suspend on Crunchbang

I've been struggling for a few hours to get suspend and hibernate working on my Samsung ATIV BOOK 9 Lite. When I try to resume the screen power led goes on, but screen stays black. The capslock led doesn't react when pressing the capslock key, so…
OrangeTux
  • 1,053
  • 2
  • 16
  • 26
8
votes
2 answers

volume hot keys in Crunchbang don't work

I've spent 2 hours on this and still can't figure this out. It's driving me insane. Please save my sanity. When I press mute, the pnmixer control in the top right shows that I've pressed mute, but the sound is not muted. A graphic also appears on…
Korgan Rivera
  • 2,543
  • 6
  • 28
  • 39
8
votes
2 answers

Smooth scrolling - where does it come from?

So, I've been dealing with Ubuntu and other Debian-based distros for a while and kinda like Crunchbang. But I've been also noticing that Ubuntu (as well as LMDE) comes with that fancy/nice/eyecandy feature called "smooth scrolling" (not just in…
borracciablu
  • 83
  • 1
  • 4
7
votes
2 answers

How is ssh-agent being autostarted?

I am currently running Crunchbang Linux with Openbox, and as soon as I log in I have an ssh-agent process running and I can't for the life of me figure why it is being autostarted. Here is the ssh-agent process as well as its parent: $ ps -ef | grep…
J.C. Yamokoski
  • 2,083
  • 16
  • 17
7
votes
2 answers

Debian jessie cannot suspend anymore

I'm using Crunchbang Waldorf with the Jessie repositories, and suspend functionality has recently been broken. It seems that UPower, the tool Crunchbang used to suspend, just removed suspend functionality. The suspend command executes like…
jaapz
  • 584
  • 1
  • 4
  • 9
7
votes
1 answer

Playing MP3 in Firefox on Debian

Is there a way to get MP3 playback within Firefox 31+ without installing plugins? I know about the entire encoding issues, but I have read somewhere that Firefox will look for native OS encoders like LAME to add support for audio HTML5 tags. What is…
mahatmanich
  • 213
  • 2
  • 16
7
votes
4 answers

How Can I Change the Default arguments to gcc When I run Make "filename"

Forgive me if I posted this in the wrong Stack. Every time I run make for a file without any Makefiles in the directory, make still works and compiles the source code but only with the arguments: gcc filename.c -o filename For example, if I enter…
Anfernee
  • 195
  • 1
  • 2
  • 11
6
votes
2 answers

Xterm not loading color schemes

I work a lot with vim and decided to switch to cli version, I chose xterm because its the only terminal I know of that properly recognizes Alt shortcuts (and I have lots of those bound in vim). My problem is that xterm doesn't load config file on…
user47118
  • 61
  • 1
  • 1
  • 2
6
votes
1 answer

How do I disable the touchpad while I'm typing?

I'm looking to disable the touchpad in Crunchbang 11 (Waldorf) while I am typing. The processes I've found online do not work for me. All guides I have found (this thread, for instance) indicate to toggle a flag in /etc/hal/fdi/policy/, but the…
user44255
6
votes
2 answers

Calibrate LCD display in laptop?

I installed Crunchbang Linux. I successfully installed the ATI drivers, and all works well. Except that the colors are bit weird. Hard to say what exactly is wrong, it is the notion that on another laptop (or windows on the same laptop) everything…
Jakub M.
  • 439
  • 6
  • 14
5
votes
1 answer

LXDE environment looks and behaves like openbox

I have two logins on my box, one for work and the other for personal (I'm on crunchbang). Both run LXDE by default. As of yesterday the work login started acting like an Openbox session, ie you had to hover over a window before you could enter text,…
user333913
  • 233
  • 2
  • 3
1
2 3 4 5 6 7