You are not logged in.
http://kernelnewbies.org/Linux_2_6_37
ftp://ftp.kernel.org/pub/linux/kernel/v … 37.tar.bz2
Last edited by agapito (2011-01-05 10:49:05)
Excuse my poor English.
Offline
w00000t!!!!!!! looking forward to an update soon!!!
Offline
The hibernation compression looks nice, uswsusp is giving me headaches recently (it can't handle 32bit userland on a 64bit kernel) and I don't feel like constantly recompiling my kernel for TOI, so faster swsusp would be pretty cool
Can't wait for a package to hit testing
Offline
Looks interesting to me http://git.kernel.org/?p=linux/kernel/g … b78fc0e100 . I waited for something like this (udev support also needed) as I use GPT partitions.
My new forum user/nick name is "the.ridikulus.rat" .
Offline
Can't wait. Fixes the monitor mode kernel panic issue with iwlagn. I was far too lazy to apply the patch. About how long before 2.6.37 will hit core?
Offline
Only thing that is not working for me is UDF. UDF still needs BKL (Big Kernel Lock), I've disabled it during rc testing but when stable came out I've enabled BKL and UDF DVD's still won't mount. Everything else looks ok.
Offline
2.6.37 is on testing repo.
Excuse my poor English.
Offline
Typing this while connected with the new Broadcom driver: win!
ᶘ ᵒᴥᵒᶅ
Offline
Typing this while NOT connected with the new carl9170 Atheros driver
Ah well... when's 2.6.38 coming out?
Offline
Alright, pretty decent increase in hibernation speed
Offline
Typing this while connected with the new Broadcom driver: win!
Stupid question perhaps, but I have a laptop with a Broadcom BCM4322 802.11a/b/g/n. I modprobed broadcom and lib80211_crypt_tkip but networkmanager doesn't see it after restarting it. Is there another module needed? I used the broadcom-wl package in the AUR prior to reading this thread with hopes of native support.... perhaps my hardware isn't compat. with the new kernel mod.
I saw nothing in the 2.6.37 release notes about it...
Last edited by graysky (2011-01-09 00:21:38)
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
Stupid question perhaps, but I have a laptop with a Broadcom BCM4322 802.11a/b/g/n. I modprobed broadcom and lib80211_crypt_tkip but networkmanager doesn't see it after restarting it. Is there another module needed? I used the broadcom-wl package in the AUR prior to reading this thread with hopes of native support.... perhaps my hardware isn't compat. with the new kernel mod.
I saw nothing in the 2.6.37 release notes about it...
Yes, udev isn't updated yet, so you need to remove all the wireless modules and only add brcm80211 manually.
ᶘ ᵒᴥᵒᶅ
Offline
Alright, pretty decent increase in hibernation speed
Are you using the LZO compression?
I switched to LZO and I also have the impression that hibernation speed significantly increased. I don't know if this is LZO related. However, cool anyway.
Last edited by DonVla (2011-01-09 05:21:43)
Offline
Yes, udev isn't updated yet, so you need to remove all the wireless modules and only add brcm80211 manually.
I gave that a try, but still no wireless network option... perhaps the brcm80211 isn't the right one?
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
According to the linux-wireless site, it is. Your model should be supported already as well.
Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy
Offline
litemotiv wrote:Yes, udev isn't updated yet, so you need to remove all the wireless modules and only add brcm80211 manually.
I gave that a try, but still no wireless network option... perhaps the brcm80211 isn't the right one?
According to the linux-wireless site, it is. Your model should be supported already as well.
Also, if you used broadcom-wl before, take notice that your interface might be renamed from eth0 to wlan0.
Moving this thread to [testing].
ᶘ ᵒᴥᵒᶅ
Offline
@B - I see it there too... for some reason only the wl module which I build from the broadcom-wl pkg in the AUR works..
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
Ramses de Norre wrote:Alright, pretty decent increase in hibernation speed
Are you using the LZO compression?
I switched to LZO and I also have the impression that hibernation speed significantly increased. I don't know if this is LZO related. However, cool anyway.
You guys talking about pm-hibernate? Is it storing all cache on swap now? Or drops all like before?
Offline
Ramses de Norre wrote:Alright, pretty decent increase in hibernation speed
Are you using the LZO compression?
I switched to LZO and I also have the impression that hibernation speed significantly increased. I don't know if this is LZO related. However, cool anyway.
That sounds like you had to enable LZO? I was under the impression that it was automatically enabled now since my hibernation was so much faster.
@archman-cro: yes, it's pm-hibernate we're talking about (well, more correctly the kernel back-end that it's calling). I have an empty swap on resume, so I guess it drops all caches. But in fact, my system feels faster this way after a resume than with uswsusp which saved all cache to swap.
Offline
I 've installed 2.6.37, no problems here. Catalyst and Virtualbox modules compiles and works fine.
Excuse my poor English.
Offline
could not update cause lirc in [extra] depends on kernel26<2.6.37
should I file a bug report or just wait a while and see if an updated lirc package hits [testing] ?
Offline
could not update cause lirc in [extra] depends on kernel26<2.6.37
should I file a bug report or just wait a while and see if an updated lirc package hits [testing] ?
Ideally you should remove lirc, install the new kernel, then build lirc from abs with the depends line <2.6.38 and see if everything works okay. If yes, you can file a report for lirc, asking the maintainer to bump the version.
ᶘ ᵒᴥᵒᶅ
Offline
@tomk carl9170 works great see https://wiki.archlinux.org/index.php/Wireless#carl9170
Offline
You guys talking about pm-hibernate? Is it storing all cache on swap now? Or drops all like before?
Till 2.6.36.2 I used pm-hibernate (which I personally dislike), now I switched to "echo [disk|mem] > /sys/power/state" which works great.
Last edited by DonVla (2011-01-09 16:29:43)
Offline
DonVla wrote:Ramses de Norre wrote:Alright, pretty decent increase in hibernation speed
Are you using the LZO compression?
I switched to LZO and I also have the impression that hibernation speed significantly increased. I don't know if this is LZO related. However, cool anyway.That sounds like you had to enable LZO? I was under the impression that it was automatically enabled now since my hibernation was so much faster.
I enabled LZO for the normal kernel compression and I thought this also applies to hibernation (I think this is wrong).
But I cannot imagine that LZO is automatically enabled. What about a too small swap partition? Gzip decreases the image size by 50% , LZO is not that efficient (but faster).
@archman-cro: yes, it's pm-hibernate we're talking about (well, more correctly the kernel back-end that it's calling). I have an empty swap on resume, so I guess it drops all caches. But in fact, my system feels faster this way after a resume than with uswsusp which saved all cache to swap.
I also noticed that swap is now almost empty after resuming.
Offline