Topic: linux-image-3.2.0-0.bpo.1-686-pae now in backports
I am running it as of today - no problems so far
PS: Is there a contest now between 686 and amd64 ![]()
CrunchBang Linux Forums » CrunchBang Talk » linux-image-3.2.0-0.bpo.1-686-pae now in backports
I am running it as of today - no problems so far
PS: Is there a contest now between 686 and amd64 ![]()
I just confirmed it's 3.2. It isn't an automatic install on dist-upgrade yet, so I think I'll hold off putting that kernel on my netbook till the dust settles a bit.
positive 3.2
Good morning 52. Could you take a peek inside your new kernel and tell us if it offers Broadcom support, specifically 4313, please. ![]()
Apparently Google doesn't know
Your search - does new linux-image-3.2.0-0.bpo.1-686-pae offer broadcom 4313 support - did not match any documents.
Last edited by dubois (2012-01-26 15:58:37)
I tried 3.2.0 but there was no broadcom support so I had to downgrade to 2.6.39. Actually I re-installed the november release and commented out the backports repo since it was quicker than trying to find an extra lan cable in my junk drawers. This was the 64 bit version but I expect the 686 does not have the non-free drivers.
Last edited by pghjake (2012-01-26 16:22:28)
@dubois
┌─[18:02:46]──[xaos52]──[crunchie]:~$
└──>>sudo modinfo /lib/modules/3.2.0-0.bpo.1-686-pae/kernel/drivers/net/wireless/brcm80211/brcmsmac/brcmsmac.ko
filename: /lib/modules/3.2.0-0.bpo.1-686-pae/kernel/drivers/net/wireless/brcm80211/brcmsmac/brcmsmac.ko
license: Dual BSD/GPL
description: Broadcom 802.11n wireless LAN driver.
author: Broadcom Corporation
alias: pci:v000014E4d00000576sv*sd*bc*sc*i*
alias: pci:v000014E4d00004727sv*sd*bc*sc*i*
alias: pci:v000014E4d00004353sv*sd*bc*sc*i*
alias: pci:v000014E4d00004357sv*sd*bc*sc*i*
depends: mac80211,brcmutil,cfg80211,cordic,crc8
intree: Y
vermagic: 3.2.0-0.bpo.1-686-pae SMP mod_unload modversions 686 ┌─[18:05:08]──[xaos52]──[crunchie]:~$
└──>>sudo modinfo /lib/modules/3.2.0-0.bpo.1-686-pae/kernel/drivers/net/wireless/b43/b43.ko
filename: /lib/modules/3.2.0-0.bpo.1-686-pae/kernel/drivers/net/wireless/b43/b43.ko
firmware: b43/ucode9.fw
firmware: b43/ucode5.fw
firmware: b43/ucode16_mimo.fw
firmware: b43/ucode15.fw
firmware: b43/ucode14.fw
firmware: b43/ucode13.fw
firmware: b43/ucode11.fw
license: GPL
author: Rafał Miłecki
author: Gábor Stefanik
author: Michael Buesch
author: Stefano Brivio
author: Martin Langer
description: Broadcom B43 wireless driver
alias: pcmcia:m02D0c0476f*fn*pfn*pa*pb*pc*pd*
alias: pcmcia:m02D0c0448f*fn*pfn*pa*pb*pc*pd*
alias: bcma:m04BFid0812rev1Dcl*
alias: bcma:m04BFid0812rev18cl*
alias: bcma:m04BFid0812rev17cl*
alias: bcma:m04BFid0812rev11cl*
alias: ssb:v4243id0812rev10*
alias: ssb:v4243id0812rev0F*
alias: ssb:v4243id0812rev0D*
alias: ssb:v4243id0812rev0C*
alias: ssb:v4243id0812rev0B*
alias: ssb:v4243id0812rev0A*
alias: ssb:v4243id0812rev09*
alias: ssb:v4243id0812rev07*
alias: ssb:v4243id0812rev06*
alias: ssb:v4243id0812rev05*
depends: ssb,pcmcia,mac80211,mmc_core,bcma,cfg80211,rng-core
intree: Y
vermagic: 3.2.0-0.bpo.1-686-pae SMP mod_unload modversions 686
parm: bad_frames_preempt:enable(1) / disable(0) Bad Frames Preemption (int)
parm: fwpostfix:Postfix for the .fw files to load. (string)
parm: hwpctl:Enable hardware-side power control (default off) (int)
parm: nohwcrypt:Disable hardware encryption. (int)
parm: hwtkip:Enable hardware tkip. (int)
parm: qos:Enable QOS support (default on) (int)
parm: btcoex:Enable Bluetooth coexistence (default on) (int)
parm: verbose:Log message verbosity: 0=error, 1=warn, 2=info(default), 3=debug (int)
parm: pio:Use PIO accesses by default: 0=DMA, 1=PIO (int)First problem with new kernel:
I have
03:03.0 Network controller: Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller (rev 03)First reboot after installing the new kernel I have no wifi interface.
Reason: /lib/firmware/b43 has been removed.
Trying to install firmware-b43-installer, what I always did, says my card is not supported, I have to use
firmware-b43legacy-installer.
OK, no problem - I install firmware-b43legacy-installer: it says I have to use firmware-b43-installer.
Had to
cp -av /lib/firmware/b43
from a backup to get wireless working again.
Here are excerpts from /var/lib/dpkg/info/firmware-b43-installer.postinst
# check chip
pci=`lspci -n | grep -o "14e4:[1234567890]\+"` || true
if [ -n "$pci" ]; then
if [ "`echo $pci | cut -d: -f2`" = "4301" ] && \
[ "`echo $pci | cut -d: -f2`" = "4306" ]; then
echo "Not supported card here (PCI id $pci)!"
echo "Use b43legacy firmware."
echo "Aborting."
exit 1
elif [ "`echo $pci | cut -d: -f2`" = "4315" ]; then
echo "Not supported low-power chip with PCI id $pci!"
echo "Aborting."
exit 1
elif [ "`echo $pci | cut -d: -f2`" = "4321" ] && \
[ "`echo $pci | cut -d: -f2`" = "4324" ] && \
[ "`echo $pci | cut -d: -f2`" = "4325" ] && \
[ "`echo $pci | cut -d: -f2`" = "4328" ] && \
[ "`echo $pci | cut -d: -f2`" = "4329" ] && \
[ "`echo $pci | cut -d: -f2`" = "43b5" ]; then
echo "Not supported chip: PCI id $pci!"
echo "Aborting!"
exit 1
fi
fiand /var/lib/dpkg/info/firmware-b43legacy-installer.postinst
# check chip
pci=`lspci -n | grep -o "14e4:[1234567890]\+"` || true
if [ -n "$pci" ]; then
if [ "`echo $pci | cut -d: -f2`" != "4301" ] && \
[ "`echo $pci | cut -d: -f2`" != "4306" ] && \
[ "`echo $pci | cut -d: -f2`" != "4320" ]; then
echo "Not supported card here (PCI id $pci)!"
echo "Use b43 firmware. This is just for the b43legacy driver."
echo "Aborting."
exit 1
fi
fiSo, if you have a 4301 or 4306 you can use neither.
Be prepared, make sure you have a backup before upgrading.
hth
Upgraded my eeepc today, no trouble in paradise, yet!
Installed with no problems and impressed.
Finally a working kernel with p54pci firmware drivers. I had no luck in the past with previous kernels to work with the wifi firmware cause losing connectivity and so on. I always had to install ndiswrapper for a stable connection.
i have just installed the new kernel, the only problem i found, was that i could not connect to my home wifi, only when i am at my school i can connect to a wifi access point... u.u
you know how i can turn back to 2.6.39?
i cannot find it anymore at the backports T.T
The old kernel has not been removed. You should be able to boot into that kernel from the grub menu, only it will be item 3 or higher.
its just that... i always purge my previous kernels T.T
...so just re-install linux-image-2.6.39-bpo.2-686-pae when you're at school...
Have you started a thread to have Dr. Xaos take a look at what's going on with kernel 3.2 and your home wifi?
I just installed the new kernel by some freak accident.
I just clicked "mark all upgrades" . I actually got worried because I noticed my HD had almost zero space when I did it. maybe 500mb. It works fine except there's this annoying issue with my mouse pointer.
EDIT : Fixed the issue with the mouse... it was the x-org driver...
So no problems yet.
eeepc1000h.
1gb ram
Cheers
Last edited by King_of_spirals (2012-02-19 08:41:44)
Posts [ 16 ]
CrunchBang Linux Forums » CrunchBang Talk » linux-image-3.2.0-0.bpo.1-686-pae now in backports
Forums powered by PunBB. Hosted by Linode.
Copyright © CrunchBang Linux.
Proudly powered by Debian GNU/Linux.
Debian is a registered trademark of Software in the Public Interest, Inc.