EDIT: cavh beat me to it
Type: Posts; User: piratesmack; Keyword(s):
EDIT: cavh beat me to it
This will run the command in a new terminal window when clicked so you can type the password
#!/bin/bash
# clickable script
#figure out which line the script starts at
LINE=$(awk '/^START...
Downloaded Ubuntu 10.10 this morning, ran it live, copied the b43 firmware from my Slackware install, and... No more DMA errors? :)
$ dmesg | grep b43
[ 7.317587] b43-pci-bridge...
Well, 2.6.35.1 is out
Anybody tried it yet?
I'll probably compile it later tonight.
Oh well, at least we got a new configurator in 2.6.35
'make nconfig'
EDIT:
Also, does the 14e4:4315 really support packet injection?
Couldn't get it working on mine.
You mean PIO?
Damn
One thing, the 64-Bit version of flash player has security issues that were never fixed because it was discontinued
http://www.adobe.com/support/security/bulletins/apsb10-14.html
I recommend...
Here's what I came up with
$ awk '/^D1Sqn2NYOHgTI$/ {print NR + 1}' afile | xargs -I {} tail -n+{} afile
Hello
Alex
ssS@3
:oops:
I wrote a very simple shell script to automatically back-up partitions with tar. It only backs up one partition at a time, and will automatically exclude files located on other partitions.
I...
Bump
Does Lucid work with a vanilla kernel?
chenxiaolong, you might want to edit your post to recommend installing 2.6.33.4 or 2.6.34
2.6.33.3 had some nasty I/O-related bugs
Yes, I do want USB-friendly Ubuntu ISOs.
I'd prefer to use tools like dd or cat, which are included in just about every Linux distribution, instead of 'USB Creator' or 'unetbootin'
So I wrote a...
Hmm, that's working for me, but only because it falls back to PIO mode when DMA fails :(
Just compiled 2.6.33.3
b43 is working without compat-wireless, but still needs these options
options b43 pio=1 qos=0
Turning my laptop off and taking the battery out for a couple seconds always works for me when that happens. I've never actually had to remove the wireless card.
Yeah, I noticed it's a bit slower than wl.
It's fast enough for just surfing the web though.
It seems to work a lot better with wicd than wl did. And I was having problems connecting after...
Nah, I'm using Slackware-Current.
I haven't tried it on any other distros, but I'm sure it would work.
Here's the kernel config if you need it...
I'm using 2.6.33.2, and it compiled fine.
Also, b43 is finally working! :D
Just in case something breaks in the future, I used compat-wireless-2010-04-24.
The driver-select script now supports...
Thanks, wolfgang; I'll try that with the latest compat-wireless and 2.6.33.2.
Try removing /etc/modprobe.d/b43-thingy.conf
That's for the compat-wireless b43 module, PIO is not a recognized option in 2.6.33's b43
Does the Lucid daily image come with 2.6.33?
I'm using the STA driver with 2.6.33.2 (it's the only one that works for me right now.)
Just needs to be patched
--- src/include/linuxver.h.orig 2010-04-07 02:53:55.203642287 -0600
+++...
Just noticed this on the compat-wireless git changelog
We'll soon be able to run 'scripts/driver_select b43' and not have to build all the other drivers.
EDIT: nevermind
EDIT2: Got nothing better to do, so I'm compiling 2.6.34-rc2
I'm downloading the Lucid beta right now
chenxiaolong, what kind of processor do you have?
I read that only people with Atom and Core Duo CPU's are having this problem.
EDIT:
Also getting DMA...