Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
2.6.23-kamikaze0: "Welcome to the Jungle"
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3, 4  Next  
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
are
Apprentice
Apprentice


Joined: 03 Jan 2006
Posts: 188

PostPosted: Tue Oct 09, 2007 9:17 am    Post subject: Reply with quote

Dottout wrote:
@are: mine is an amilo pi 1536, and I didnt test other laptops. if you want to try, this is the link to the patch: http://www.mail-archive.com/linux-acpi@vger.kernel.org/msg08832.html
to fix it, you just need to manually add obj-$(CONFIG_FUJITSU_LAPTOP) += fujitsu-laptop.o to drivers/misc/Makefile. or..try mm-sources :)


Thank you very much for your kind assistance!
Best regards
are
Back to top
View user's profile Send private message
ocin
Guru
Guru


Joined: 01 Jan 2006
Posts: 500

PostPosted: Tue Oct 09, 2007 9:57 am    Post subject: Reply with quote

okay the nvidia-drivers problem is fixed with
Code:
FEATURES="-usersandbox" emerge nvidia-drivers
Back to top
View user's profile Send private message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 6111
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Tue Oct 09, 2007 10:17 am    Post subject: Reply with quote

just compiling gcc 4.2.2 & swap prefetch seems to work GREAT 8)

big thanks - no hickups or lock-ups so far :)
_________________
https://github.com/kernelOfTruth/ZFS-for-SystemRescueCD/tree/ZFS-for-SysRescCD-4.9.0
https://github.com/kernelOfTruth/pulseaudio-equalizer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Back to top
View user's profile Send private message
Dottout
l33t
l33t


Joined: 07 Mar 2006
Posts: 882

PostPosted: Tue Oct 09, 2007 10:21 am    Post subject: Reply with quote

ot: where did you get gcc-4.2.2.ebuild?
Back to top
View user's profile Send private message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 6111
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Tue Oct 09, 2007 10:59 am    Post subject: Reply with quote

ot: I re-used the gcc-4.2.1.ebuild from my gcc overlay - it just failed with java, so I need to recompile it without java, hope it's not "slushy" :lol:
_________________
https://github.com/kernelOfTruth/ZFS-for-SystemRescueCD/tree/ZFS-for-SysRescCD-4.9.0
https://github.com/kernelOfTruth/pulseaudio-equalizer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Back to top
View user's profile Send private message
Phlogiston
Veteran
Veteran


Joined: 27 Jan 2004
Posts: 1925
Location: Europe, Swizerland

PostPosted: Tue Oct 09, 2007 11:03 am    Post subject: Reply with quote

This patch applies on rc9 right?
_________________
Workstation: 5.1 SurroundSound, LIRC remote control; Laptop [IBM-T43]: patched sources, s2disk/ram, fingerprint sensor
Back to top
View user's profile Send private message
Phlogiston
Veteran
Veteran


Joined: 27 Jan 2004
Posts: 1925
Location: Europe, Swizerland

PostPosted: Tue Oct 09, 2007 11:17 am    Post subject: Reply with quote

Anyone has configured some nice colors for the kernel messages and likes to share?
_________________
Workstation: 5.1 SurroundSound, LIRC remote control; Laptop [IBM-T43]: patched sources, s2disk/ram, fingerprint sensor
Back to top
View user's profile Send private message
Dottout
l33t
l33t


Joined: 07 Mar 2006
Posts: 882

PostPosted: Tue Oct 09, 2007 11:25 am    Post subject: Reply with quote

Phlogiston wrote:
This patch applies on rc9 right?

yes
Back to top
View user's profile Send private message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 6111
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Tue Oct 09, 2007 11:43 am    Post subject: Reply with quote

Code:
CONFIG_VT_PRINTK_EMERG_COLOR=0x01
CONFIG_VT_PRINTK_ALERT_COLOR=0x04
CONFIG_VT_PRINTK_CRIT_COLOR=0x05
CONFIG_VT_PRINTK_ERR_COLOR=0x0B
CONFIG_VT_PRINTK_WARNING_COLOR=0x09
CONFIG_VT_PRINTK_NOTICE_COLOR=0x07
CONFIG_VT_PRINTK_INFO_COLOR=0x0F
CONFIG_VT_PRINTK_DEBUG_COLOR=0x03


if you call that "nice" :wink:
_________________
https://github.com/kernelOfTruth/ZFS-for-SystemRescueCD/tree/ZFS-for-SysRescCD-4.9.0
https://github.com/kernelOfTruth/pulseaudio-equalizer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Back to top
View user's profile Send private message
zxy
Veteran
Veteran


Joined: 06 Jan 2006
Posts: 1160
Location: in bed in front of the computer

PostPosted: Tue Oct 09, 2007 11:43 am    Post subject: Reply with quote

zxy wrote:
Kollin wrote:
I`ll wait till reiser4 becomes stable with 2.6.23 I can`t risk my root partition right now :wink:


Did i understand this right? Reiser4 going stable?

I hope i did.

If so, any links about this?
If not, tell me, so i can calm down. :wink:


To explain: I thought reiser4 is going into vanilla sources. (What i wish for a loong time)
For me it's stable, as it works for me more stable than ext3 for loooong time now on more computers.

Maybe I was not precise enough with my language.
_________________
Nature does not hurry, yet everything is accomplished.
Lao Tzu
Back to top
View user's profile Send private message
ocin
Guru
Guru


Joined: 01 Jan 2006
Posts: 500

PostPosted: Tue Oct 09, 2007 11:56 am    Post subject: Reply with quote

kernelOfTruth wrote:
Code:
CONFIG_VT_PRINTK_EMERG_COLOR=0x01
CONFIG_VT_PRINTK_ALERT_COLOR=0x04
...


if you call that "nice" :wink:

where is this located in menuconfig?
Back to top
View user's profile Send private message
Dottout
l33t
l33t


Joined: 07 Mar 2006
Posts: 882

PostPosted: Tue Oct 09, 2007 12:04 pm    Post subject: Reply with quote

in menuconfig dunno, but you can add to .config file CONFIG_VT_CKO and run make oldconfig: it will ask you about the colours settings


edit: in addition, take a look at the code: http://kamikaze.waninkoko.info/patches/2.6.23/kamikaze0/broken-out/colored-printk-output-2.6.23.patch - inside the patch you find colors' values


Last edited by Dottout on Tue Oct 09, 2007 12:05 pm; edited 1 time in total
Back to top
View user's profile Send private message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 6111
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Tue Oct 09, 2007 12:04 pm    Post subject: Reply with quote

dunno :roll:

I just set them during
Code:
make && make modules_install install

_________________
https://github.com/kernelOfTruth/ZFS-for-SystemRescueCD/tree/ZFS-for-SysRescCD-4.9.0
https://github.com/kernelOfTruth/pulseaudio-equalizer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Back to top
View user's profile Send private message
ocin
Guru
Guru


Joined: 01 Jan 2006
Posts: 500

PostPosted: Tue Oct 09, 2007 12:15 pm    Post subject: Reply with quote

Ah, thanks. Just found it:
Code:

Device Drivers -> Character devices -> [ ] Colored kernel message output  --->
Back to top
View user's profile Send private message
Spaulding
Apprentice
Apprentice


Joined: 16 Apr 2006
Posts: 159
Location: /dev/vagina

PostPosted: Tue Oct 09, 2007 2:15 pm    Post subject: Reply with quote

Code:

  CC      drivers/ata/sata_svw.o
  CC      drivers/ata/ata_piix.o
  CC      drivers/ata/sata_sil.o
  CC      drivers/ata/sata_via.o
drivers/ata/sata_via.c: In function ‘svia_init_one’:
drivers/ata/sata_via.c:513: warning: ‘host’ may be used uninitialized in this function
  CC      drivers/ata/sata_nv.o
drivers/ata/sata_nv.c: In function ‘nv_swncq_host_interrupt’:
drivers/ata/sata_nv.c:2228: error: too few arguments to function ‘ap->ops->scr_read’
make[2]: *** [drivers/ata/sata_nv.o] Błąd 1
make[1]: *** [drivers/ata] Błąd 2
make: *** [drivers] Błąd 2

config: http://p1r4te.jatsu.pl/.config
for more info please write ...
Back to top
View user's profile Send private message
Dottout
l33t
l33t


Joined: 07 Mar 2006
Posts: 882

PostPosted: Tue Oct 09, 2007 2:19 pm    Post subject: Reply with quote

...read the thread before posting. a solution has been already given. go to first page of the 3d
Back to top
View user's profile Send private message
Spaulding
Apprentice
Apprentice


Joined: 16 Apr 2006
Posts: 159
Location: /dev/vagina

PostPosted: Tue Oct 09, 2007 3:54 pm    Post subject: Reply with quote

sorry my bad :oops: of course everything works fine ...
Code:
p1r4te ~ > uname -a
Linux p1r4te 2.6.23-rc9-kamikaze0 #1 Tue Oct 9 17:16:18 CEST 2007 i686 Intel(R) Celeron(R) CPU 2.66GHz GenuineIntel GNU/Linux
Back to top
View user's profile Send private message
Phlogiston
Veteran
Veteran


Joined: 27 Jan 2004
Posts: 1925
Location: Europe, Swizerland

PostPosted: Tue Oct 09, 2007 4:19 pm    Post subject: Reply with quote

I can't compile madwifi-ng from portage:
Code:
>>> Unpacking madwifi-0.9.3.2.tar.bz2 to /tmp/PALUDIS/var_tmp/net-wireless/madwifi-ng-0.9.3.2/work
tar jxf /tmp/PORTAGE/distfiles/madwifi-0.9.3.2.tar.bz2 --no-same-owner
 * Applying madwifi-ng-0.9.3-uudecode-gcda-fix.patch ...                 [ ok ]
 * Applying madwifi-ng-r1886.patch ...                                   [ ok ]
 * Converting madwifi-0.9.3.2/ath/Makefile to use M= instead of SUBDIRS= [ ok ]
 * Converting madwifi-0.9.3.2/ath_hal/Makefile to use M= instead of SUBD [ ok ].
 * Converting madwifi-0.9.3.2/net80211/Makefile to use M= instead of SUB [ ok ]..
 * Converting madwifi-0.9.3.2/ath_rate/Makefile to use M= instead of SUB [ ok ]..
 * Converting madwifi-0.9.3.2/ath_rate/amrr/Makefile to use M= instead o [ ok ]RS= ...
 * Converting madwifi-0.9.3.2/ath_rate/onoe/Makefile to use M= instead o [ ok ]RS= ...
 * Converting madwifi-0.9.3.2/ath_rate/sample/Makefile to use M= instead [ ok ]DIRS= ...
>>> Done src_unpack
>>> Starting src_compile
 * Preparing ath_hal module
make -j2 HOSTCC=i686-pc-linux-gnu-gcc CC=i686-pc-linux-gnu-gcc LDFLAGS= KERNELPATH=/usr/src/linux all
make -C /usr/src/linux M=/tmp/PALUDIS/var_tmp/net-wireless/madwifi-ng-0.9.3.2/work/madwifi-0.9.3.2/ath_hal modules
make[1]: Entering directory `/usr/src/linux-2.6.23-kamikaze1'
  CC [M]  /tmp/PALUDIS/var_tmp/net-wireless/madwifi-ng-0.9.3.2/work/madwifi-0.9.3.2/ath_hal/ah_os.o
  HOSTCC  /tmp/PALUDIS/var_tmp/net-wireless/madwifi-ng-0.9.3.2/work/madwifi-0.9.3.2/ath_hal/uudecode.o
  HOSTLD  /tmp/PALUDIS/var_tmp/net-wireless/madwifi-ng-0.9.3.2/work/madwifi-0.9.3.2/ath_hal/uudecode
  UUDECODE /tmp/PALUDIS/var_tmp/net-wireless/madwifi-ng-0.9.3.2/work/madwifi-0.9.3.2/ath_hal/i386-elf.hal.o
  LD [M]  /tmp/PALUDIS/var_tmp/net-wireless/madwifi-ng-0.9.3.2/work/madwifi-0.9.3.2/ath_hal/ath_hal.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC      /tmp/PALUDIS/var_tmp/net-wireless/madwifi-ng-0.9.3.2/work/madwifi-0.9.3.2/ath_hal/ath_hal.mod.o
  LD [M]  /tmp/PALUDIS/var_tmp/net-wireless/madwifi-ng-0.9.3.2/work/madwifi-0.9.3.2/ath_hal/ath_hal.ko
make[1]: Leaving directory `/usr/src/linux-2.6.23-kamikaze1'
 * Preparing wlan module
make -j2 HOSTCC=i686-pc-linux-gnu-gcc CC=i686-pc-linux-gnu-gcc LDFLAGS= KERNELPATH=/usr/src/linux all
make -C /usr/src/linux M=/tmp/PALUDIS/var_tmp/net-wireless/madwifi-ng-0.9.3.2/work/madwifi-0.9.3.2/net80211 modules
make[1]: Entering directory `/usr/src/linux-2.6.23-kamikaze1'
  CC [M]  /tmp/PALUDIS/var_tmp/net-wireless/madwifi-ng-0.9.3.2/work/madwifi-0.9.3.2/net80211/if_media.o
  CC [M]  /tmp/PALUDIS/var_tmp/net-wireless/madwifi-ng-0.9.3.2/work/madwifi-0.9.3.2/net80211/ieee80211.o
cc1: warnings being treated as errors
In file included from /tmp/PALUDIS/var_tmp/net-wireless/madwifi-ng-0.9.3.2/work/madwifi-0.9.3.2/net80211/if_media.h:44,
                 from /tmp/PALUDIS/var_tmp/net-wireless/madwifi-ng-0.9.3.2/work/madwifi-0.9.3.2/net80211/if_media.c:67:
/tmp/PALUDIS/var_tmp/net-wireless/madwifi-ng-0.9.3.2/work/madwifi-0.9.3.2/net80211/../net80211/ieee80211_linux.h:532: warning: 'struct file_operations' declared inside parameter list
/tmp/PALUDIS/var_tmp/net-wireless/madwifi-ng-0.9.3.2/work/madwifi-0.9.3.2/net80211/../net80211/ieee80211_linux.h:532: warning: its scope is only this definition or declaration, which is probably not what you want
make[2]: *** [/tmp/PALUDIS/var_tmp/net-wireless/madwifi-ng-0.9.3.2/work/madwifi-0.9.3.2/net80211/if_media.o] Error 1
make[2]: *** Waiting for unfinished jobs....
cc1: warnings being treated as errors
In file included from /tmp/PALUDIS/var_tmp/net-wireless/madwifi-ng-0.9.3.2/work/madwifi-0.9.3.2/net80211/if_media.h:44,
                 from /tmp/PALUDIS/var_tmp/net-wireless/madwifi-ng-0.9.3.2/work/madwifi-0.9.3.2/net80211/ieee80211.c:50:
/tmp/PALUDIS/var_tmp/net-wireless/madwifi-ng-0.9.3.2/work/madwifi-0.9.3.2/net80211/../net80211/ieee80211_linux.h:532: warning: 'struct file_operations' declared inside parameter list
/tmp/PALUDIS/var_tmp/net-wireless/madwifi-ng-0.9.3.2/work/madwifi-0.9.3.2/net80211/../net80211/ieee80211_linux.h:532: warning: its scope is only this definition or declaration, which is probably not what you want
make[2]: *** [/tmp/PALUDIS/var_tmp/net-wireless/madwifi-ng-0.9.3.2/work/madwifi-0.9.3.2/net80211/ieee80211.o] Error 1
make[1]: *** [_module_/tmp/PALUDIS/var_tmp/net-wireless/madwifi-ng-0.9.3.2/work/madwifi-0.9.3.2/net80211] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.23-kamikaze1'
make: *** [all] Error 2

!!! ERROR in net-wireless/madwifi-ng-0.9.3.2:
!!! In linux-mod_src_compile at line 3350
!!! Unable to make  KERNELPATH=/usr/src/linux all.

!!! Call stack:
!!!    * linux-mod_src_compile (/tmp/PALUDIS/var_tmp/net-wireless/madwifi-ng-0.9.3.2/temp/loadsaveenv:3350)
!!!    * src_compile (/tmp/PALUDIS/var_tmp/net-wireless/madwifi-ng-0.9.3.2/temp/loadsaveenv:4131)
!!!    * ebuild_f_compile (/usr/libexec/paludis/src_compile.bash:51)
!!!    * ebuild_main (/usr/libexec/paludis/ebuild.bash:363)
!!!    * main (/usr/libexec/paludis/ebuild.bash:381)

die trap: exiting with error.

Install error:
  * In program paludis -i1 madwifi-ng:
  * When performing install action from command line:
  * When executing install task:
  * When installing 'net-wireless/madwifi-ng-0.9.3.2':
  * Install error: Install failed for 'net-wireless/madwifi-ng-0.9.3.2::gentoo'


Resume command: paludis --log-level qa --preserve-world --dl-deps-default discard --install '=net-wireless/madwifi-ng-0.9.3.2::gentoo'

_________________
Workstation: 5.1 SurroundSound, LIRC remote control; Laptop [IBM-T43]: patched sources, s2disk/ram, fingerprint sensor
Back to top
View user's profile Send private message
Phlogiston
Veteran
Veteran


Joined: 27 Jan 2004
Posts: 1925
Location: Europe, Swizerland

PostPosted: Tue Oct 09, 2007 4:28 pm    Post subject: Reply with quote

Concerning my post above, anyone tried out the new ath5k kernel driver? Maybe we could have the wireless patches from mm-sources in this patchset so I get a chance to try them out? What do you think Waninkoko?
_________________
Workstation: 5.1 SurroundSound, LIRC remote control; Laptop [IBM-T43]: patched sources, s2disk/ram, fingerprint sensor
Back to top
View user's profile Send private message
FireBurn
Apprentice
Apprentice


Joined: 19 Sep 2004
Posts: 170
Location: Edinburgh, UK

PostPosted: Tue Oct 09, 2007 4:37 pm    Post subject: Reply with quote

Use SVN to get the latest code

svn co http://svn.madwifi.org/madwifi/trunk

Then compile from there

You might need to use KERNELPATH=/usr/src/linux-2.6.23-rc9-kamekaze0 make if your not already booted into the kamekaze kernel

Mike
Back to top
View user's profile Send private message
FireBurn
Apprentice
Apprentice


Joined: 19 Sep 2004
Posts: 170
Location: Edinburgh, UK

PostPosted: Tue Oct 09, 2007 4:42 pm    Post subject: Reply with quote

I've taken a look at ath5k and it isn't really ready for prime time but I was hoping to test it

You can look at the code here:

http://madwifi.org/browser/branches/ath5k?rev=2709

But they warn that it's not suitable and can only really achive a maximum of 11MBps here:

http://madwifi.org/wiki/About/ath5k

Mike
Back to top
View user's profile Send private message
Phlogiston
Veteran
Veteran


Joined: 27 Jan 2004
Posts: 1925
Location: Europe, Swizerland

PostPosted: Tue Oct 09, 2007 4:46 pm    Post subject: Reply with quote

FireBurn wrote:
Use SVN to get the latest code

svn co http://svn.madwifi.org/madwifi/trunk

Then compile from there

You might need to use KERNELPATH=/usr/src/linux-2.6.23-rc9-kamekaze0 make if your not already booted into the kamekaze kernel

Mike


Yes I did that and it works 8)
_________________
Workstation: 5.1 SurroundSound, LIRC remote control; Laptop [IBM-T43]: patched sources, s2disk/ram, fingerprint sensor
Back to top
View user's profile Send private message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 6111
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Tue Oct 09, 2007 5:09 pm    Post subject: Reply with quote

could you please add ALPM in the next patch-version as it will be merged in .24 or .25

thanks in advance :)
_________________
https://github.com/kernelOfTruth/ZFS-for-SystemRescueCD/tree/ZFS-for-SysRescCD-4.9.0
https://github.com/kernelOfTruth/pulseaudio-equalizer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Back to top
View user's profile Send private message
buddabrod
Apprentice
Apprentice


Joined: 15 Oct 2006
Posts: 241
Location: Germany

PostPosted: Tue Oct 09, 2007 5:10 pm    Post subject: Reply with quote

kernelOfTruth wrote:
could you please add ALPM in the next patch-version as it will be merged in .24 or .25

thanks in advance :)
It slows down .23 kernels too much, as waninkoko told me. I think i'm gonna try it myself to see what happens ;)
Back to top
View user's profile Send private message
asturm
Developer
Developer


Joined: 05 Apr 2007
Posts: 8935

PostPosted: Tue Oct 09, 2007 5:50 pm    Post subject: Reply with quote

Works quite neat on my notebook, and powertop reports about 100 wakeups/sec in idle, that's down 100 compared to 2.6.22-kamikaze-sources (which is why I didn't use it before). :)
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, 4  Next
Page 2 of 4

 
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