Active Topics

 


Reply
Thread Tools
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#41
Originally Posted by linuxrebel View Post
Can't tell I'm having fun (3 posts in a row!)

Found a "bug" that might help in figuring out the fb0 problem, might not.

May:/home/james# /etc/init.d/x-server stop
/etc/init.d/x-server: line 44: /root/debs/fb_update/fb_update_mode: No such file or directory

Yes .... it's going to be a long and hopefully enjoyable weekend.
http://www.internettablettalk.com/fo...71&postcount=7

@Navi

Muhahahaha, prepare to get hakzored
 

The Following User Says Thank You to qwerty12 For This Useful Post:
Johnx's Avatar
Posts: 643 | Thanked: 628 times | Joined on Mar 2007 @ Seattle (or thereabouts)
#42
Sorry, the thing on the wiki about outputting to fb0 not working is old news. I fixed this, but didn't really document it. The fb_update_mode stuff in the x-server init script was put there by me, and as you noticed, not working, but I only discovered it was broken after release. I don't think it really makes that much of a difference, though switching to "fb_update_mode manual" *may* reduce tearing under X. If you run /etc/init.d/x-server stop it *should* leave you at a working console on vt1.

For anyone having problems with wireless: Are you running a diablo kernel? And if *someone* with wireless problems could please post their /var/log/messages it would really help me figure out what's going on. As it is, I'm at somewhat of a loss because it works for me...

As for bluetooth, it should work exactly the way you would expect in a normal debian system, so if you can find a howto for debian, just follow that.

-John
 
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#43
Originally Posted by Johnx View Post

For anyone having problems with wireless: Are you running a diablo kernel?

-John
I'm running diablo with diablo initfs and kernel and my wireless is fine under Debian
 
Capn_Fish's Avatar
Posts: 140 | Thanked: 13 times | Joined on Mar 2008
#44
I'm just running the normal OS2008 kernel, not Diablo.
__________________
Nokia N810 (Some mutation of Mer)
 
Johnx's Avatar
Posts: 643 | Thanked: 628 times | Joined on Mar 2007 @ Seattle (or thereabouts)
#45
@Capn_Fish: Try this:
Code:
 rmmod cx3110x ; insmod /root/modules/cx3110x.ko
@Anyone with wireless problems: Even if you don't see any errors, I'd still like to see your *whole* /var/log/messages as I believe the problem might be some type of race condition earlier in the boot process. Debian comes with a patched, recompiled cx3110x.ko w/ WEXT18+ support and so my boot scripts unload the OS2008 one and load the patched Debian one. If this is failing for some reason, wireless won't work right.
 
Capn_Fish's Avatar
Posts: 140 | Thanked: 13 times | Joined on Mar 2008
#46
No joy.

Relevant and repeating section of /var/log/messages:

Code:
May 16 11:26:34 May kernel: [   27.515625] cx3110x: MAC address 00:02:ee:c0:ff:ee.
May 16 11:26:34 May kernel: [   27.523437] cx3110x: libumac version 2.12.0.0.a.9.15-5
May 16 11:26:34 May kernel: [   27.523437] cx3110x: lmac version 2.13.0.0.a.22.8
May 16 11:26:34 May kernel: [   29.890625] cx3110x: WARNING sm_drv_transmit: prism_softmac_frame_tx()  returned error -9.
May 16 11:26:34 May kernel: [   32.890625] cx3110x: WARNING sm_drv_transmit: prism_softmac_frame_tx()  returned error -9.
May 16 11:26:34 May kernel: [   33.593750] menelaus 1-0072: Setting voltage 'VMMC' to 3000 mV (reg 0x0a, val 0xb8)
May 16 11:26:34 May kernel: [   39.890625] cx3110x: WARNING sm_drv_transmit: prism_softmac_frame_tx()  returned error -9.
May 16 11:26:34 May kernel: [   40.195312] menelaus 1-0072: Setting voltage 'VMMC' to 3000 mV (reg 0x0a, val 0xb8)
I'll get the whole thing up when it finishes pastebinning.

EDIT: Another potentially relevant part:

Code:
May 17 16:58:33 Linus_II kernel: [  254.742187] cx3110x: WARNING SoftMAC not initialized, chip not booted (get oid 0x6)
May 17 16:58:33 Linus_II kernel: [  254.742187] 
May 17 16:58:33 Linus_II kernel: [  254.742187] cx3110x: WARNING cannot reset device in idle state.
May 17 16:58:33 Linus_II kernel: [  254.742187] cx3110x: WARNING SoftMAC not initialized, chip not booted (set oid 0x17000019).
May 17 16:58:33 Linus_II kernel: [  254.742187] cx3110x: WARNING SoftMAC not initialized, chip not booted (set oid 0x10000000).
May 17 16:58:33 Linus_II kernel: [  254.742187] cx3110x: WARNING SoftMAC not initialized, chip not booted (set oid 0xd).
May 17 16:58:33 Linus_II kernel: [  254.796875] cx3110x: WARNING SoftMAC not initialized, chip not booted (get oid 0x17000012)
EDIT2: http://pastebin.com/m3994fab5
__________________
Nokia N810 (Some mutation of Mer)

Last edited by Capn_Fish; 2008-05-17 at 22:52.
 
Capn_Fish's Avatar
Posts: 140 | Thanked: 13 times | Joined on Mar 2008
#47
Where would I put an xmodmap file to make it be loaded at the same time X starts? I've tried ~/.Xmodmap, /etc/X11/Xmodmap, and putting it in ~/.xsession (which caused X not to start).

Thank you.
__________________
Nokia N810 (Some mutation of Mer)
 
Capn_Fish's Avatar
Posts: 140 | Thanked: 13 times | Joined on Mar 2008
#48
Another update on the wireless front: When I try to modprobe arc4, it says unknown symbol. Perhaps this is related to the issue?
__________________
Nokia N810 (Some mutation of Mer)
 
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#49
Run dmesg after trying to insert the module. More info can be found there.
 
Capn_Fish's Avatar
Posts: 140 | Thanked: 13 times | Joined on Mar 2008
#50
Here's my dmesg after doing the manual cx3100x switch and trying to modprobe arc4 (no wireless attempts or anything): http://pastebin.com/m6001e7b4

If I can get wireless working, this will be REALLY awesome.
__________________
Nokia N810 (Some mutation of Mer)
 
Reply

Tags
debian, deblet


 
Forum Jump


All times are GMT. The time now is 19:31.