
yeah iwl3945 should run well, there is no daemon, it should work with networkmanager, if you do have an issue go to #ipw2100 on freenode/irc or e-mail the wireless-testing mailing list and describe your issue, they have been helpful when I have needed help (back when the driver was new)progresso wrote:I just realized that zen 2.6.26 uses iwl3945 and NOT ipw3945. Which explains why I have no wireless.
Do I just unmerge ipw3945d and ipw3945u and emerge iwl3945-ucode?? No daemon to run? NetworkManager will like it?
forgive my ignorance.
Thanks.
Code: Select all
May 15 12:26:27 cosmo /etc/init.d/hdapsd[3537]: Make sure your kernel is patched with the blk_freeze patch
Code: Select all
cosmo kernel # cat .config | grep HDAPS
CONFIG_SENSORS_HDAPS=y
You should try the disk_protect patches from this page: http://thinkwiki.org/wiki/HDAPSmroconnor wrote:On another note, I am getting errors on the hdapsdCode: Select all
May 15 12:26:27 cosmo /etc/init.d/hdapsd[3537]: Make sure your kernel is patched with the blk_freeze patch
actually, the only thing from the old repo that I didnt want to include was -rt related patches since they are made of fail...dodo1122 wrote:zen from old repo has much much more patches than the one from new repo. This is because we cleaned stuff up, and are not including stuff like concurrent pagecache anymore (which on a sidenote, i'm removing from the old repo as well).
Although this, thinkpad stuff will get into the new tree.
We also started taking care of how the code looks like and whether it's suitable for zen, and because of this won't be including sqlzma, which is just a dirty hack.
udf-2.50 will be included.
dodo
Nice! I know the patch was finally submitted for review, but not that it has been merged already.rmh3093 wrote:seems like UDF-2.50 is already in .26
I want to bring back genetics at some point but in the last few kernel versions there have been a lot of changes and the old patches dont apply well, I will have to take some time this summer to forward port them, with respect to the HDAPS support, I think the recent changes in the kernel relating to BKL might affect the HDAPS patch so I was waiting to see if a new version of the patch came out firstmroconnor wrote:dodo/rmh, thanks for cleaning it up, are things like the genetic, fingerprinting, and some of the low-latency stuff in there currently. Or will they make it in? It seems like you are making this version less of a patch dumping ground.
COnsider this a formal request for the thinkpad/HDAPS patch.
Thanks again,
M

squashfs is included. I'm not including squashfs-lzma because the patches are icky, not maintainable, and awkward; there's no crypto/lzma.c, and the squashfs modifications include new modules for the express purpose of loading unlzma.ko into squashfs.ko. Perhaps if somebody wrote a kernel-style lzma encoder/decoder, offered it as a crypto service like lzo or deflate, and modded squashfs to just drop in lzma when needed as the new codec, it would be acceptable.yngwin wrote:Are squashfs-lzma and udf-2.50 included?