Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Search found 890 matches

by actionM
2009-10-24 13:04
Forum: Graphical Environments & Desktops
Topic: How to change sound device?
Replies: 28
Views: 6359

Re: How to change sound device?

to change sound devices I can do

Code: Select all

asoundconf set-default-card Headset
asoundconf reset-default-card
and restart my computer and it works, but I need to be able to do this without restarting. Is this even possible with alsa? Do I need to start looking into pulse audio?
by actionM
2009-10-24 12:12
Forum: Graphical Environments & Desktops
Topic: How to change sound device?
Replies: 28
Views: 6359

Re: How to change sound device?

edit /etc/asound.conf and add entries for your sound cards pcm.audigy { type hw card 0 } pcm.sennheiser { type hw card 2 } I've got a very similar problem. I've got a onboard soundcard and a usb headset. Both work great if I restart the machine after pluging in the headset or unplugging. I'm using ...
by actionM
2009-10-22 15:05
Forum: General Questions
Topic: loading kernel modules
Replies: 7
Views: 2915

Re: loading kernel modules

Thnx for the reply. I'll try those options if it gets worse. It's strange but ever since I deleted "quiet" from /boot/grub/menu.lst it hardly happens at all. Thats seems like a strange work-around but someone also mentioned the same thing happening in the bug report I linked so I guess its...
by actionM
2009-10-17 00:56
Forum: General Questions
Topic: loading kernel modules
Replies: 7
Views: 2915

Re: loading kernel modules

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=523831

Looks like someone else has my bug. But that was back in Jun. You think I should just try a backport kernel or something?
by actionM
2009-10-17 00:42
Forum: General Questions
Topic: loading kernel modules
Replies: 7
Views: 2915

Re: loading kernel modules

That didn't work. It still hangs at "loading kernel modules..." and it doesn't display anymore useful information at all.

If this only happened once in a while, I wouldn't worry about it, but it only seems to get worse over time, until eventually it won't boot anymore. Thats an odd bug.
by actionM
2009-10-14 21:53
Forum: General Questions
Topic: loading kernel modules
Replies: 7
Views: 2915

Re: loading kernel modules

Sweet, I'll try that. Quiet was on.
by actionM
2009-10-14 14:16
Forum: Off-Topic
Topic: Other linux distributions you have used
Replies: 161
Views: 85938

Re: Other linux distributions you have used

I will tell you what I havn't tried. Slackware and Hanna Montana Linux.
by actionM
2009-10-14 14:10
Forum: Off-Topic
Topic: How old are we, Debianoids?
Replies: 117
Views: 36832

Re: How old are we, Debianoids?

I'm 31 but watching 80's cartoons keeps me feeling 8.
by actionM
2009-10-14 13:43
Forum: Off-Topic
Topic: My Brief Time with Archlinux
Replies: 38
Views: 19479

Re:

I attempted to install archlinux a couple of weeks ago. I think I finally got it done. It booted. I was surprised, but I was so confused during the process that I said to hell with it all together. Maybe there is an easier way to install it, I dono, but it was painful. I really don't like editing c...
by actionM
2009-10-14 12:52
Forum: General Debian
Topic: Do you install "Recommends" packages by default?
Replies: 11
Views: 3397

Re: Do you install "Recommends" packages by default?

I always install a minimal system and I don't use recommendations. I go crazy if I see an extra program in my start menu that I didn't want :shock:
by actionM
2009-10-14 00:38
Forum: General Questions
Topic: loading kernel modules
Replies: 7
Views: 2915

loading kernel modules

Sometimes I boot and I get to the part where it says:

Code: Select all

loading kernel modules...
and it hangs.

Anyone else ever get that? Or maybe you could help me trouble shoot it?
by actionM
2009-10-12 12:37
Forum: General Questions
Topic: Overclocking
Replies: 11
Views: 2461

Re: Overclocking

I was using rcconf to disable apache on boot and I noticed some CPU stuff in there as well that you may could disable. Or it might blow up your computer, I donno lol. This may be just a fancy way of doing what the last comment said too.
by actionM
2009-10-11 11:44
Forum: Docs, HowTos, Tips & Tricks
Topic: HowTo Build a Package from Source the Smart Way
Replies: 93
Views: 544966

Re: HowTo Build a Package from Source the Smart Way

Thanks Soul Singin' for the help guide! I just compiled something besides a kernel for the first time! It was dropbox. Can't live without the dropbox.
by actionM
2009-10-09 23:51
Forum: System and Network configuration
Topic: network wifi problem(ndiswrapper)
Replies: 8
Views: 1536

Re: network wifi error

Never mind. I'm just going to use the b43-fwcutter method for now. I'm tired of working on it lol. I need to give that method a fair spin anyway and see if the speed is as good as ndiswrapper method.
by actionM
2009-10-09 14:12
Forum: System and Network configuration
Topic: network wifi problem(ndiswrapper)
Replies: 8
Views: 1536

Re: network wifi error

Ohhhh I think I know why it was working yesterday and not today. I may have had the b43 driver installed and running the whole time I thought it was ndiswrapper doing its thing. I will start from scratch and be back later!
by actionM
2009-10-09 14:07
Forum: System and Network configuration
Topic: network wifi problem(ndiswrapper)
Replies: 8
Views: 1536

Re: network wifi error

Your probly right. Very odd how it worked yesterday tho lol. I'll go back over the ndiswrapper stuff and make sure everything is cool with that.
by actionM
2009-10-09 13:57
Forum: System and Network configuration
Topic: network wifi problem(ndiswrapper)
Replies: 8
Views: 1536

Re: network wifi error

after running iwconfig i get

Code: Select all

lo   no wireless extensions
eth0    no wireless extensions
also I don't know if it matters but the wifi button on my laptop isn't lit up like it should be. I've tried pressing it and nothing happened.
by actionM
2009-10-09 13:34
Forum: System and Network configuration
Topic: network wifi problem(ndiswrapper)
Replies: 8
Views: 1536

Re: network wifi error

do I really need the last 2 lines? I don't know the network name or password till I do a scan, which isn't possible until I get the wlan0 up. I did add the first 2 lines which is auto wlan0 iface wlan0 inet dhcp and ran ifup wlan0 and I get this error. wlan0: ERROR while getting interface flags: No ...
by actionM
2009-10-09 13:04
Forum: System and Network configuration
Topic: network wifi problem(ndiswrapper)
Replies: 8
Views: 1536

network wifi problem(ndiswrapper)

I installed the ndiswrapper for my broadcom network card yesterday and it worked fine. Today the wifi won't work. I tried to type in : ifup wlan0 and I get this error Ignoring unknown interface wlan-wlan0 my /etc/network/interfaces file looks like this: # The loopback network interface auto lo iface...
by actionM
2009-10-09 11:00
Forum: General Questions
Topic: Overclocking
Replies: 11
Views: 2461

Re: Overclocking

Are you OCing with the bios or something in debian?