Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Official thread: "zen-sources" - Part III
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3 ... 17, 18, 19  
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
dodo1122
Guru
Guru


Joined: 02 Sep 2006
Posts: 347
Location: York, England

PostPosted: Sun Jun 01, 2008 2:00 pm    Post subject: Reply with quote

This is quite strange. I use iwl4965 on my thinkpad, and it works great, no connection lost, no speed drop, everything works as it should. I'll update wireless-testing branch in zen, maybe that will help.


dodo
_________________
#zen-sources on irc.rizon.net
Back to top
View user's profile Send private message
kEiNsTeiN
Guru
Guru


Joined: 29 Apr 2005
Posts: 361
Location: Germany

PostPosted: Sun Jun 01, 2008 2:29 pm    Post subject: Reply with quote

what?.. ah okay.....wait..WHAT?
_________________
make me a sandwich. - what? make it yourself. - sudo make me a sandwich. - okay.
Back to top
View user's profile Send private message
MageSlayer
Apprentice
Apprentice


Joined: 26 Jul 2007
Posts: 253
Location: Ukraine

PostPosted: Tue Jun 03, 2008 9:38 am    Post subject: Reply with quote

dodo1122, thanks for nvidia-drivers new patches commit.
Back to top
View user's profile Send private message
vacula
n00b
n00b


Joined: 17 Oct 2007
Posts: 32
Location: Lviv. Ukraine

PostPosted: Thu Jun 05, 2008 8:49 am    Post subject: Reply with quote

kEiNsTeiN wrote:
with 2.6.26-rc4-zen1.2, the iwl4965 drivers crash after connecting to AP and actually doing something with the connection (ping stuff - kernel panic)

Same for me on MSI pr200. (MS1221 platform). Also, looks it affects my touchpad. When wifi is off, everything (keyboard and touchpad) works fine, but with wifi touchpad especially goes crazy and I can't input anything.
Back to top
View user's profile Send private message
IvanMajhen
Guru
Guru


Joined: 10 Jun 2006
Posts: 392
Location: Croatia

PostPosted: Thu Jun 05, 2008 10:23 am    Post subject: Reply with quote

vacula wrote:
kEiNsTeiN wrote:
with 2.6.26-rc4-zen1.2, the iwl4965 drivers crash after connecting to AP and actually doing something with the connection (ping stuff - kernel panic)

Same for me on MSI pr200. (MS1221 platform). Also, looks it affects my touchpad. When wifi is off, everything (keyboard and touchpad) works fine, but with wifi touchpad especially goes crazy and I can't input anything.


Try this patch
Code:

 net/mac80211/wep.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/net/mac80211/wep.c b/net/mac80211/wep.c
index c9fd129..e7b6344 100644
--- a/net/mac80211/wep.c
+++ b/net/mac80211/wep.c
@@ -335,10 +335,10 @@ static int wep_encrypt_skb(struct ieee80211_tx_data *tx, struct sk_buff *skb)
        info->control.icv_len = WEP_ICV_LEN;
 
        if (!(tx->key->flags & KEY_FLAG_UPLOADED_TO_HARDWARE)) {
-               info->control.hw_key = &tx->key->conf;
                if (ieee80211_wep_encrypt(tx->local, skb, tx->key))
                        return -1;
        } else {
+               info->control.hw_key = &tx->key->conf;
                if (tx->key->conf.flags & IEEE80211_KEY_FLAG_GENERATE_IV) {
                        if (!ieee80211_wep_add_iv(tx->local, skb, tx->key))
                                return -1;
Back to top
View user's profile Send private message
vacula
n00b
n00b


Joined: 17 Oct 2007
Posts: 32
Location: Lviv. Ukraine

PostPosted: Thu Jun 05, 2008 11:10 am    Post subject: Reply with quote

IvanMajhen wrote:


Try this patch
Code:

 net/mac80211/wep.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
...

Awesome! Wifi works and I'm still testing my i/o manipulators (I'm still not sure that the root of the problem with touchpad was wifi). 'll report more with results. Tnx a lot!

UPDATE: WIFi workst great, but as suspected didn't help with i/o manipulators, still problems wiht keyboard and touchpad after using them a while. IMHO, must be something related to power management.


Last edited by vacula on Sun Jun 08, 2008 8:29 pm; edited 1 time in total
Back to top
View user's profile Send private message
kEiNsTeiN
Guru
Guru


Joined: 29 Apr 2005
Posts: 361
Location: Germany

PostPosted: Sun Jun 08, 2008 1:10 pm    Post subject: Reply with quote

doesnt work :(
still the same, I applied the patch manually because it failed for some reason, and deleted wep.o, recompiled kernel.
still crashes when associated to access point...
_________________
make me a sandwich. - what? make it yourself. - sudo make me a sandwich. - okay.
Back to top
View user's profile Send private message
maaad
n00b
n00b


Joined: 04 Dec 2007
Posts: 6

PostPosted: Thu Jun 12, 2008 4:56 pm    Post subject: Reply with quote

How can i fix this:
kernel 2.6.26-rc5-zen2
CONFIG_DRM=y
CONFIG_DRM_I915=y

Code:
make[3]: *** No rule to make target `drivers/char/drm/i915_suspend.o', needed by `drivers/char/drm/drm.o'.  Stop.
make[2]: *** [drivers/char/drm] Error 2
make[1]: *** [drivers/char] Error 2
make: *** [drivers] Error 2
Back to top
View user's profile Send private message
rmh3093
Advocate
Advocate


Joined: 06 Aug 2003
Posts: 2138
Location: Albany, NY

PostPosted: Thu Jun 12, 2008 8:05 pm    Post subject: Reply with quote

Can a moderator please lock this thread?
_________________
Do not meddle in the affairs of wizards, for they are subtle and quick to anger.
Back to top
View user's profile Send private message
mieszkoslusarczyk
Tux's lil' helper
Tux's lil' helper


Joined: 16 Jul 2008
Posts: 92
Location: Kraków/Poland

PostPosted: Fri Aug 15, 2008 7:27 pm    Post subject: Reply with quote

MostAwesomeDude wrote:
I've merged squashfs to master. I will NOT be merging LZMA or squashfs/LZMA as long as their patches are so terribly written, though.

If you don't want to merge squash+LZMA, could you at least provide a squashfs patch you used so I could unmerge it from the newest zen git sources, and then apply the squash+LZMA patch myself?
Back to top
View user's profile Send private message
tranquilcool
Veteran
Veteran


Joined: 25 Mar 2005
Posts: 1179

PostPosted: Sun Aug 17, 2008 6:24 am    Post subject: Reply with quote

CC drivers/block/floppy.o
CC drivers/block/brd.o
CC drivers/block/compcache.o
drivers/block/compcache.c: In function ‘compcache_size_setup’:
drivers/block/compcache.c:465: error: implicit declaration of function ‘strtoul’
make[2]: *** [drivers/block/compcache.o] Error 1
make[1]: *** [drivers/block] Error 2
make: *** [drivers] Error 2


errors with latest git pull zen-sources.
_________________
this is a strange strange world.
Back to top
View user's profile Send private message
cheater1034
Veteran
Veteran


Joined: 09 Sep 2004
Posts: 1558

PostPosted: Mon Aug 18, 2008 3:37 am    Post subject: Reply with quote

tranquilcool wrote:
CC drivers/block/floppy.o
CC drivers/block/brd.o
CC drivers/block/compcache.o
drivers/block/compcache.c: In function ‘compcache_size_setup’:
drivers/block/compcache.c:465: error: implicit declaration of function ‘strtoul’
make[2]: *** [drivers/block/compcache.o] Error 1
make[1]: *** [drivers/block] Error 2
make: *** [drivers] Error 2


errors with latest git pull zen-sources.


Yes, it will not be fixed by myself, i actually got 2 errors. It has been reverted, take it to thread part V
_________________
IRC!: #zen-sources on irc.rizon.net
zen-kernel.org
--
Lost in android development land.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Goto page Previous  1, 2, 3 ... 17, 18, 19
Page 19 of 19

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum