Page 2 of 7

Re: Kernel 3.0.0 + -NRJ and -NRJ-PAE for 2010.2 => NO NETWOR

Posted: 28 July 2011, 9:45
by braytac
From kernel 2.6.38.8 to 3.0, this happens:

Image

, network (eth0 in this case), is notified as "An error occurred", net icon show "not connected", but eth0 is up !! (I can browse in youtube, etc )
Downgrade to 2.6.38.8, returns to normal.

Re: Kernel 3.0.0 + -NRJ and -NRJ-PAE for 2010.1, 2010.2, 201

Posted: 28 July 2011, 9:58
by astragalo
Hi it's a known bug, since 2.39.x kernel.

We waiting a patch for netapplet that fix it.

Stay tune.

Re: Kernel 3.0.0 + -NRJ and -NRJ-PAE for 2010.1, 2010.2, 201

Posted: 28 July 2011, 10:11
by braytac
astragalo wrote:Hi it's a known bug, since 2.39.x kernel.

We waiting a patch for netapplet that fix it.

Stay tune.
Thanks! :)

Re: Kernel 3.0.0 + -NRJ and -NRJ-PAE for 2010.1, 2010.2, 201

Posted: 28 July 2011, 12:36
by Salvatore47
Trovata patch VMWare Player per il Kernel 2.6.39-3-generic (http://linuxsagas.digitaleagle.net/2011 ... 3-generic/).

Potrebbe essere utile ?

Ciao, Salvo

Re: Kernel 3.0.0 + -NRJ and -NRJ-PAE for 2010.1, 2010.2, 201

Posted: 28 July 2011, 14:17
by NicCo
Credo proprio che tutte le patch per 2.6.39.x, non vanno affatto su kernel 3.0.x


Ciao, NicCo

Re: Kernel 3.0.0 + -NRJ and -NRJ-PAE for 2010.1, 2010.2, 201

Posted: 28 July 2011, 15:04
by ozky
i upgrade to new kernel and try to boot and black screen again i don't know what causing this nasty problem ? do they doing anything but driking coffee or talking shit when they coding the kernel ? same problem with old and new kernel
i still need to use old 2010.2 and can't upgrade to 2011 rc2

Re: Kernel 3.0.0 + -NRJ and -NRJ-PAE for 2010.1, 2010.2, 201

Posted: 28 July 2011, 17:02
by ozky
no more black screen problem it is that my acer laptop lcd screen black light is turned off and i get it boot by adding line to /etc/rc.local and line it is setpci -s 00:02.0 F4.B=00 this worked out and solved my problem this was found from ubuntu bugzilla

https://bugs.launchpad.net/ubuntu/+sour ... bug/752165

Re: Kernel 3.0.0 + -NRJ and -NRJ-PAE for 2010.1, 2010.2, 201

Posted: 28 July 2011, 17:11
by NicCo
ozky wrote:no more black screen problem it is that my acer laptop lcd screen black light is turned off and i get it boot by adding line to /etc/rc.local and line it is setpci -s 00:02.0 F4.B=00 this worked out and solved my problem this was found from ubuntu bugzilla

https://bugs.launchpad.net/ubuntu/+sour ... bug/752165
Yes, perfect, i read some other times, about the problem of LCD backlight off... weird problem

Re: Kernel 3.0.0 + -NRJ and -NRJ-PAE for 2010.1, 2010.2, 201

Posted: 28 July 2011, 17:29
by ozky
next thing to do is to upgrading 2010.2 to 2011 rc2 with mib 2011 kernel 3 repo enabled hmm just thinking when i make that upgrade and it's booting to black screen but having no other kernel installed to boot it and editing that file how to do that ? i need to do some trick to edit that file because i don't have any livecd what i can use

Re: Kernel 3.0.0 + -NRJ and -NRJ-PAE for 2010.1, 2010.2, 201

Posted: 28 July 2011, 17:39
by GvMariani
NicCo wrote:Credo proprio che tutte le patch per 2.6.39.x, non vanno affatto su kernel 3.0.x
Ciao, NicCo
Hai visto qui?
http://weltall.heliohost.org/wordpress/ ... 9-updated/

Dai commenti sembrerebbe poter funzionare anche con il 3.0 (e parrebbe esserci pure una patch per i guest tools).

GvM

Re: Kernel 3.0.0 + -NRJ and -NRJ-PAE for 2010.1, 2010.2, 201

Posted: 28 July 2011, 18:10
by ozky
needed to edit easyurpmi repos to from devel to official because that cooker is going to rolling release so i don't mess my computer with unstable packages because they freeze 2011 rc2 and cooker is going to be unstable rolling release i read it from cooker mailing list

Re: Kernel 3.0.0 + -NRJ and -NRJ-PAE for 2010.1, 2010.2, 201

Posted: 29 July 2011, 0:44
by oiram73
NRJ-3.0.0 and audio/midi

I'm sorry for my terrible english! If it is not good i will try to again write this post.

Indeed the surrender of NRJ-3.0.0 is clearly best. The log of jackd has not signalled any xruns: and this would be the less because what has favorably caught me it is that kmid in use of 8 channels mid and rosegarden with 15 the midi-audio has not made a fold while with the other kernels it could happen that, also in absence of xruns, the sound interrupted him for then to recover everything in 1/10 of sec. with the consequent reproduction of a cluster instead of a sequence of sounds. I could not desire of better. So much more than I have made a will at the same time with film in execution with kaffeine and files audio mp3/ogg with amarok.

Re: Kernel 3.0.0 + -NRJ and -NRJ-PAE for 2010.2 => NO NETWOR

Posted: 29 July 2011, 2:35
by braytac
braytac wrote:From kernel 2.6.38.8 to 3.0, this happens:

Image

, network (eth0 in this case), is notified as "An error occurred", net icon show "not connected", but eth0 is up !! (I can browse in youtube, etc )
Downgrade to 2.6.38.8, returns to normal.
I found a patch in mageia bugs. I fixed my updated mandriva!! :D

I edit /usr/lib/libDrakX/network/tools.pm,
and change:
foreach (cat_("/proc/net/route")) {
for
my @routes = cat_("/proc/net/route");
require bootloader;
@routes = reverse(@routes) if bootloader::cmp_kernel_versions(c::kernel_version(), "2.6.39") >= 0;
foreach (@routes) {

Re: Kernel 3.0.0 + -NRJ and -NRJ-PAE for 2010.1, 2010.2, 201

Posted: 29 July 2011, 2:48
by astragalo
Driver video ATI and NVIDIA ready for 2010.2 32bit.

Package of drakx-net with fix ready for 2010.2.

Tomorrow in the repo.

Bye.

Astragalo.

Re: Kernel 3.0.0 + -NRJ and -NRJ-PAE for 2010.1, 2010.2, 201

Posted: 29 July 2011, 3:17
by braytac
astragalo wrote:Driver video ATI and NVIDIA ready for 2010.2 32bit.

Package of drakx-net with fix ready for 2010.2.

Tomorrow in the repo.

Bye.

Astragalo.
Woww!! :D