Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
2.6.11-love2 (usb & genetic-as deplug. oops fix)
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8  Next  
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
feld
Guru
Guru


Joined: 29 Aug 2004
Posts: 593
Location: WI, USA

PostPosted: Wed Mar 16, 2005 3:37 am    Post subject: Reply with quote

that is merely the RESTART error... when closing.

you should see the one during boot when it goes to load -- its frickin HUGE!

all i know is that i've tested this 3 times and every time i use the USB patch i have this problem



-Feld
_________________
< bmg505> I think the first line in reiserfsck is

if (random(65535)< 65500) { hose(partition); for (i=0;i<100000000;i++) print_crap(); }
Back to top
View user's profile Send private message
Sith_Happens
Veteran
Veteran


Joined: 15 Dec 2004
Posts: 1807
Location: The University of Maryland at College Park

PostPosted: Wed Mar 16, 2005 3:51 am    Post subject: Reply with quote

What version of the various alsa utilities are you using, I have alsa and the usb patch working with these versions ( from qpkg -I -v | grep alsa ) :
Code:
media-libs/alsa-lib-1.0.8 *
media-sound/alsa-utils-1.0.8 *
media-sound/alsa-driver-1.0.8 *
media-sound/alsa-headers-1.0.8 *
Also what alsa module are you using?
_________________
"That question was less stupid; though you asked it in a profoundly stupid way."
I'm the brains behind Jackass! | Tutorials: Shorewall
Back to top
View user's profile Send private message
feld
Guru
Guru


Joined: 29 Aug 2004
Posts: 593
Location: WI, USA

PostPosted: Wed Mar 16, 2005 4:10 am    Post subject: Reply with quote

i run all ~x86. yes with 1.08


-Feld
_________________
< bmg505> I think the first line in reiserfsck is

if (random(65535)< 65500) { hose(partition); for (i=0;i<100000000;i++) print_crap(); }
Back to top
View user's profile Send private message
Ricky
Guru
Guru


Joined: 30 May 2003
Posts: 341

PostPosted: Wed Mar 16, 2005 6:37 am    Post subject: Reply with quote

Sith_Happens wrote:
Ricky wrote:
oh yeah, grub!
Code:
kernel (hd0,0)/vmlinuz root=/dev/hdi2 video=vesafb:mtrr,ywrap,1280x1024-16@60

We'll Ricky, your card obvioulsly supports that res and color depth, have you tried varying the refresh rate? See if that does anything.


Well, i've tried twiddling w/ the refresh rate a little and that doesn't seem to make much of a difference. Isn't 60Hz the standard refresh rate? :?
Back to top
View user's profile Send private message
Sith_Happens
Veteran
Veteran


Joined: 15 Dec 2004
Posts: 1807
Location: The University of Maryland at College Park

PostPosted: Wed Mar 16, 2005 1:22 pm    Post subject: Reply with quote

Ricky wrote:
Sith_Happens wrote:
Ricky wrote:
oh yeah, grub!
Code:
kernel (hd0,0)/vmlinuz root=/dev/hdi2 video=vesafb:mtrr,ywrap,1280x1024-16@60

We'll Ricky, your card obvioulsly supports that res and color depth, have you tried varying the refresh rate? See if that does anything.


Well, i've tried twiddling w/ the refresh rate a little and that doesn't seem to make much of a difference. Isn't 60Hz the standard refresh rate? :?
It's the default in the kernel configuration if you select vesa-tng. However it really depends on you monitor. For my high-contrast lcd, 60 hz is the optimal refresh rate, but for some CRT's the optimal refresh rate is much higher.
_________________
"That question was less stupid; though you asked it in a profoundly stupid way."
I'm the brains behind Jackass! | Tutorials: Shorewall
Back to top
View user's profile Send private message
H3g3m0n
Tux's lil' helper
Tux's lil' helper


Joined: 14 Dec 2002
Posts: 97

PostPosted: Thu Mar 17, 2005 5:43 am    Post subject: Reply with quote

I get the following when compiling on amd64. I tried disabling NickSched and disableing all the schedulers (Deadline etc):

Code:
  CC      arch/x86_64/ia32/syscall32.o
  CC      arch/x86_64/ia32/ipc32.o
  CC      arch/x86_64/ia32/ia32_aout.o
  LD      arch/x86_64/ia32/built-in.o
  CC      kernel/sched.o
kernel/sched.c: In function `wake_up_new_task':
kernel/sched.c:1503: warning: comparison of distinct pointer types lacks a
cast
kernel/sched.c: In function `arch_init_sched_domains':
kernel/sched.c:4874: error: unknown field `per_cpu_gain' specified in
initializer
kernel/sched.c:4874: warning: initialized field with side-effects overwritten
kernel/sched.c:4874: warning: (near initialization for `(anonymous).flags')
kernel/sched.c: In function `sched_init':
kernel/sched.c:5088: warning: initialization from incompatible pointer type
kernel/sched.c:5088: warning: ISO C90 forbids mixed declarations and code
make[1]: *** [kernel/sched.o] Error 1
make: *** [kernel] Error 2


UPDATE: Ah great 30 secs after posting i decided to check the line number in the source file, i saw somthing about NUMA so i disabld "K8 NUMA" in processing features and it seems to be compiling fine :D

UPDATE: I also got a smp error but I only have 1 processor so i just turned of "Symmetric multi-processing support" in processor features. Heres the error incase anyone else has similar problems:
Code:
  LD      .tmp_vmlinux1
kernel/built-in.o(.text+0x21a26): In function `smp_suspend':
: undefined reference to `__smp_suspend_lowlevel'
make: *** [.tmp_vmlinux1] Error 1
Back to top
View user's profile Send private message
Ricky
Guru
Guru


Joined: 30 May 2003
Posts: 341

PostPosted: Thu Mar 17, 2005 7:21 am    Post subject: Reply with quote

Sith_Happens wrote:
Ricky wrote:
Sith_Happens wrote:
Ricky wrote:
oh yeah, grub!
Code:
kernel (hd0,0)/vmlinuz root=/dev/hdi2 video=vesafb:mtrr,ywrap,1280x1024-16@60

We'll Ricky, your card obvioulsly supports that res and color depth, have you tried varying the refresh rate? See if that does anything.


Well, i've tried twiddling w/ the refresh rate a little and that doesn't seem to make much of a difference. Isn't 60Hz the standard refresh rate? :?
It's the default in the kernel configuration if you select vesa-tng. However it really depends on you monitor. For my high-contrast lcd, 60 hz is the optimal refresh rate, but for some CRT's the optimal refresh rate is much higher.

I also tried noedid and noctrc and that didn't seem to do anything...:?
Back to top
View user's profile Send private message
Regor
Guru
Guru


Joined: 06 Aug 2002
Posts: 545
Location: 39° 2' 48" N, 120° 59' 2" W

PostPosted: Thu Mar 17, 2005 9:24 am    Post subject: Reply with quote

Quote:
I received a fix for this from J.Moilanen - please test it : http://vivid.dat.pl/fallow/pub/love-sources/2.6.11-love2/2.6.11-love2-usb-oops-fix1.diff


Yay! This fixed my only outstanding problem with current love-sources. With this patch applied I no longer have the (non-usb related) panic on shutdown that I'd seen with 2.6.11-love1 and love2.

Great job! :)
_________________
Sometimes the appropriate response to reality is to go insane.
-Philip K. Dick, Valis
Back to top
View user's profile Send private message
DrWoland
l33t
l33t


Joined: 13 Nov 2004
Posts: 603

PostPosted: Thu Mar 17, 2005 9:48 am    Post subject: Reply with quote

Hey, I'm having a slight issue, not sure if it's serious. When I run the scheduler selection script, here's what I get:

Code:

1 -  noop
2 -  [deadline]
3 -  cfq
4 - 


I compiled genetic_anticipatory support and chose it as default, yet it's not here.
_________________
I'm not a Guru, I just ask a lot of questions.
Back to top
View user's profile Send private message
fallow
Bodhisattva
Bodhisattva


Joined: 08 Jan 2004
Posts: 2208
Location: Poland

PostPosted: Thu Mar 17, 2005 10:04 am    Post subject: Reply with quote

guys I`m doing new release . We decided do extend testing period on the channel ( #love-sources on freenode ) .
in this release You will be able to choose O(1)/IngoSched , NickSched, Genetic Nicksched , Staircase , SPA , Zaphod via kernel bootparams . Will be also Genetic-Anticipatory with usb fix oops, and new timesliced cfq . I propably post some info about pre-official testing release today or tommorow :) but I don`t like to use Off The Wall to this so much. imho this is not best place to non-gentoo-kernels.

everybody is welcome.

THX @Regor :)
DrWoland : please post Your io part .config

cheers.
_________________
"Time is a companion that goes with us on a journey. It reminds us to cherish each moment, because it will never come again. What we leave behind is not as important as how we have lived" J-L. Picard ;)
Back to top
View user's profile Send private message
bcollar
n00b
n00b


Joined: 19 Aug 2004
Posts: 4

PostPosted: Thu Mar 17, 2005 10:14 am    Post subject: Where do I set the touchpad-mouse threshold? Reply with quote

Greetings

I've experienced this problem with all 2.6.11 releases. I use a Siemens Lifebook E6XXX, which has a touchpad-mouse. Since 2.6.11, I've had to touch *much* harder in order to get a mouse click.

Does anyone know where the pressure-threshold is set?

Thanks
Ben

(p.s. I'm asking here because I'm currently using -love)
Back to top
View user's profile Send private message
ashtophet
Guru
Guru


Joined: 08 Aug 2004
Posts: 397

PostPosted: Thu Mar 17, 2005 12:00 pm    Post subject: Reply with quote

Sith_Happens wrote:
ian! wrote:
Sith_Happens wrote:
ian! wrote:
Moved from 'Kernel & Hardware'. This kernel is not supported by Gentoo.
Still, Off the Wall? What's the harm of having it in Kernel & Hardware? fallow put's disclaimers everywhere. Oh well, you can't fight the man. :?

It's unsupported. Therefore topics like that belong to OTW from now on. Our developers are getting a lot of bugreports that are caused by unsupported ebuilds etc. That's why we finally move unsupported stuff out of the support forums.
Understandable, well anybody who is into love-sources will still be able to find it. :)


plain user here, but i think this is a decision really awful...

creating a new forum section would be much more accurate.
Back to top
View user's profile Send private message
Naib
Watchman
Watchman


Joined: 21 May 2004
Posts: 6051
Location: Removed by Neddy

PostPosted: Thu Mar 17, 2005 12:15 pm    Post subject: Reply with quote

one problem with here in OTW is that a new post can be off the main page within a day.

In Kernel it hung around for a bit (with no new posts). For a present kernel that isn't a problem because ppl will know what to search for

But how will a new kernel (and thus new thread) be on the main page long enough?
_________________
Quote:
Removed by Chiitoo
Back to top
View user's profile Send private message
fallow
Bodhisattva
Bodhisattva


Joined: 08 Jan 2004
Posts: 2208
Location: Poland

PostPosted: Thu Mar 17, 2005 12:31 pm    Post subject: Reply with quote

I think here-> https://forums.gentoo.org/viewtopic-t-309878.html is a good place to put opinion if U want to do this.

cheers.
_________________
"Time is a companion that goes with us on a journey. It reminds us to cherish each moment, because it will never come again. What we leave behind is not as important as how we have lived" J-L. Picard ;)
Back to top
View user's profile Send private message
DrWoland
l33t
l33t


Joined: 13 Nov 2004
Posts: 603

PostPosted: Thu Mar 17, 2005 12:53 pm    Post subject: Reply with quote

#
# [io sched] IO Schedulers to compile
#
CONFIG_IOSCHED_NOOP=y
# CONFIG_IOSCHED_AS is not set
CONFIG_IOSCHED_DEADLINE=y
CONFIG_IOSCHED_CFQ=y
# CONFIG_DIOS_CFQ is not set
# CONFIG_DIOS_NOOP is not set
# CONFIG_DIOS_DEADLINE is not set
CONFIG_DIOS_ANTICIPATORY=y
CONFIG_PROC_MM=y
# CONFIG_1GLOWMEM is not set
CONFIG_SECCOMP=y
CONFIG_HZ_1000=y
# CONFIG_HZ_500 is not set
# CONFIG_HZ_200 is not set
# CONFIG_HZ_100 is not set
CONFIG_HZ=1000
_________________
I'm not a Guru, I just ask a lot of questions.
Back to top
View user's profile Send private message
fallow
Bodhisattva
Bodhisattva


Joined: 08 Jan 2004
Posts: 2208
Location: Poland

PostPosted: Thu Mar 17, 2005 12:55 pm    Post subject: Reply with quote

DrWoland wrote:
#
# [io sched] IO Schedulers to compile
#

# CONFIG_IOSCHED_AS is not set


AS - Anticipatory - is not set.
must be selected.

cheers.
_________________
"Time is a companion that goes with us on a journey. It reminds us to cherish each moment, because it will never come again. What we leave behind is not as important as how we have lived" J-L. Picard ;)
Back to top
View user's profile Send private message
Sith_Happens
Veteran
Veteran


Joined: 15 Dec 2004
Posts: 1807
Location: The University of Maryland at College Park

PostPosted: Thu Mar 17, 2005 2:48 pm    Post subject: Reply with quote

galiza_ceive wrote:
Sith_Happens wrote:
ian! wrote:
Sith_Happens wrote:
ian! wrote:
Moved from 'Kernel & Hardware'. This kernel is not supported by Gentoo.
Still, Off the Wall? What's the harm of having it in Kernel & Hardware? fallow put's disclaimers everywhere. Oh well, you can't fight the man. :?

It's unsupported. Therefore topics like that belong to OTW from now on. Our developers are getting a lot of bugreports that are caused by unsupported ebuilds etc. That's why we finally move unsupported stuff out of the support forums.
Understandable, well anybody who is into love-sources will still be able to find it. :)


plain user here, but i think this is a decision really awful...

creating a new forum section would be much more accurate.
I know, but ian! is a site admin, I wasn't about to push my luck and get my account deleted. I'll support any suggestion though in the feedback topic to create a new forum for unsupported kernels and ebuilds.
_________________
"That question was less stupid; though you asked it in a profoundly stupid way."
I'm the brains behind Jackass! | Tutorials: Shorewall
Back to top
View user's profile Send private message
DrWoland
l33t
l33t


Joined: 13 Nov 2004
Posts: 603

PostPosted: Thu Mar 17, 2005 3:04 pm    Post subject: Reply with quote

fallow wrote:
DrWoland wrote:
#
# [io sched] IO Schedulers to compile
#

# CONFIG_IOSCHED_AS is not set


AS - Anticipatory - is not set.
must be selected.

cheers.


Strange, I do see that it doesn't appear in the IO Schedulers menu under menuconfig anymore either. Is there an option that can make that unavailable? I enabled it in .config and re-compiled without a problem, but is it cause for concern later on? I wouldn't want to be running Genetic Anticipatory without a dependency, although it really doesn't matter, I suppose, since I run RR4 :P
_________________
I'm not a Guru, I just ask a lot of questions.
Back to top
View user's profile Send private message
TheCoop
Veteran
Veteran


Joined: 15 Jun 2002
Posts: 1814
Location: Where you least expect it

PostPosted: Thu Mar 17, 2005 3:23 pm    Post subject: Reply with quote

https://forums.gentoo.org/viewtopic-t-309963.html - regarding a new 'Unsupported' forum
_________________
95% of all computer errors occur between chair and keyboard (TM)

"One World, One web, One program" - Microsoft Promo ad.
"Ein Volk, Ein Reich, Ein Führer" - Adolf Hitler

Change the world - move a rock
Back to top
View user's profile Send private message
dhaemon
n00b
n00b


Joined: 06 Feb 2005
Posts: 18

PostPosted: Thu Mar 17, 2005 6:30 pm    Post subject: Reiser4 on 2.6.11-love2? Reply with quote

Just a simple question:
Has anyone used a full reiser4 system(with /, /usr, /(and etc) as reiser4) under AMD64?
No weird problems or anything? Currently, I've been testing it under /tmp...
Works out fine... But I wouldn't want my precious files to disappear. :?
Back to top
View user's profile Send private message
DrWoland
l33t
l33t


Joined: 13 Nov 2004
Posts: 603

PostPosted: Thu Mar 17, 2005 8:04 pm    Post subject: Re: Reiser4 on 2.6.11-love2? Reply with quote

dhaemon wrote:
Just a simple question:
Has anyone used a full reiser4 system(with /, /usr, /(and etc) as reiser4) under AMD64?
No weird problems or anything? Currently, I've been testing it under /tmp...
Works out fine... But I wouldn't want my precious files to disappear. :?


Your files will disappear in case fo a sudden reboot, but it will only be the files that were written in the last minute or so. The reason is that RR4 is atomic, so a transaction either fully happens or doesn'thappen at all. In case of a sudden reboot, it just doesn't happen :) This prevents the previously written data from being corrupted, which is a price I'm certainly willing to pay. I've been using it on a 32bit athlon-xp and I've no complaints. Of course, that doesn't answer your question, but I don't suppose there should be any difference. Imight be wrong of course.
_________________
I'm not a Guru, I just ask a lot of questions.
Back to top
View user's profile Send private message
H3g3m0n
Tux's lil' helper
Tux's lil' helper


Joined: 14 Dec 2002
Posts: 97

PostPosted: Fri Mar 18, 2005 2:08 pm    Post subject: Reply with quote

Im using reiser4 for everything except boot (well everything is on 1 partition anyway).
So far i have had almost no problems, I did notice that a few files I was almost sure I changed and saved, reverted to origional states, or packages I though I merged where unmerged after reboot but its possible that its just me becoming confused, or accidently changing things on my other computer while in a ssh term and nothing majorly bad has happened to my filesystem. Maby the atomic writing was being delayed.
Back to top
View user's profile Send private message
WladyX
Guru
Guru


Joined: 25 Nov 2004
Posts: 503
Location: Romania

PostPosted: Fri Mar 18, 2005 4:52 pm    Post subject: Reply with quote

This happens to reiser4 when you hard-reset the system.
_________________
We are not alone.
Back to top
View user's profile Send private message
fallow
Bodhisattva
Bodhisattva


Joined: 08 Jan 2004
Posts: 2208
Location: Poland

PostPosted: Sat Mar 19, 2005 9:34 am    Post subject: Reply with quote

I testing reiser4 on my partiontions
Of course I have backup (weekly shots) :)
Maybe I have some fortune , but I did many of hard resetes and etc. and everythings is ok.
Once --rebiuld-fs helped me too.

btw.Welcome in new home hehe :)

cheers.
_________________
"Time is a companion that goes with us on a journey. It reminds us to cherish each moment, because it will never come again. What we leave behind is not as important as how we have lived" J-L. Picard ;)


Last edited by fallow on Sat Mar 19, 2005 9:43 am; edited 1 time in total
Back to top
View user's profile Send private message
mirko_3
l33t
l33t


Joined: 02 Nov 2003
Posts: 605
Location: Birreria

PostPosted: Sat Mar 19, 2005 9:41 am    Post subject: Reply with quote

As you seem to need some encouragement :wink:, I have reiser4 on everything except /boot, and have never had problems (and trust me, I've had to hard-reset a lot more than a dozen times, while experimenting with wine).
_________________
Non fa male! Non fa male!
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, 5, 6, 7, 8  Next
Page 7 of 8

 
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