SlCKB0Y Kernel 2.6.29.1 Downloads - Update!

Forum just for Ubuntu chat

Moderators: glibdud, janss

SlCKB0Y Kernel 2.6.29.1 Downloads - Update!

Postby SlCKB0Y » Sun Jan 11, 2009 1:33 pm

Update

Website is back online, sorry for the issues
http://www.aspireonekernel.com

Yes I believe the acerhdf isnt working with this kernel. I will recompile in the next few days.

Sorry about all the delays I have been really busy with a new job.

:)
Last edited by SlCKB0Y on Fri Jul 31, 2009 7:52 pm, edited 19 times in total.
Custom Aspire One Kernel Debs
http://www.aspireonekernel.com/
SlCKB0Y
 
Posts: 165
Joined: Sat Sep 13, 2008 5:59 am
Location: Sydney, Australia

Re: SlCKB0Y/Kuki kernel 2.6.28 Release

Postby eruhuan » Sun Jan 11, 2009 1:51 pm

first reply, yey!!!!


great work! im one of those thats having a problem with one of my SDHCs, well i'll post if anything changes, im DL'ing now
eruhuan
 
Posts: 10
Joined: Sat Aug 09, 2008 5:43 pm

Postby csmo » Sun Jan 11, 2009 1:53 pm

.
Last edited by csmo on Sun Feb 15, 2009 2:07 pm, edited 1 time in total.
csmo
 
Posts: 216
Joined: Thu Oct 09, 2008 7:56 pm

Re: SlCKB0Y/Kuki kernel 2.6.28 Release

Postby SlCKB0Y » Sun Jan 11, 2009 1:59 pm

csmo wrote:I have a question related to this:
SlCKB0Y wrote:This kernel will also install under the Ubuntu Netbook Remix image, but since it is LPIA, you will need to install with
Code: Select all
sudo dpkg -i --force-architecture linux-image-2.6.28_Sickboy.Kuki.0.1_i386.deb

Is this all I need to do, do I simply need to reboot after that and everything will be sweet and dandy? And will it have any effect if I'm already running the netbook remix on a ext2 file system?


Yes. It should simply be a matter of doing that and rebooting. The filesystem will be fine - The kernel supports etx2 and ext3 builtin and ext4, xfs, reiserfs etc as modules.
Custom Aspire One Kernel Debs
http://www.aspireonekernel.com/
SlCKB0Y
 
Posts: 165
Joined: Sat Sep 13, 2008 5:59 am
Location: Sydney, Australia

Postby csmo » Sun Jan 11, 2009 2:03 pm

.
Last edited by csmo on Sun Feb 15, 2009 2:07 pm, edited 1 time in total.
csmo
 
Posts: 216
Joined: Thu Oct 09, 2008 7:56 pm

Re: SlCKB0Y/Kuki kernel 2.6.28 Release

Postby SlCKB0Y » Sun Jan 11, 2009 2:05 pm

eruhuan wrote:first reply, yey!!!!


great work! im one of those thats having a problem with one of my SDHCs, well i'll post if anything changes, im DL'ing now


Dont know if this will help, but people seem to be trying this

If somebody has still problems with sdcard, the solution is debug_quirks in sdhci module.
Add this into your kernel line:
sdhci.debug_quirks=1
and everything should works now


From
http://bbs.archlinux.org/viewtopic.php?id=51796&p=31
Custom Aspire One Kernel Debs
http://www.aspireonekernel.com/
SlCKB0Y
 
Posts: 165
Joined: Sat Sep 13, 2008 5:59 am
Location: Sydney, Australia

Postby csmo » Sun Jan 11, 2009 2:06 pm

.
Last edited by csmo on Sun Feb 15, 2009 2:07 pm, edited 1 time in total.
csmo
 
Posts: 216
Joined: Thu Oct 09, 2008 7:56 pm

Re: SlCKB0Y/Kuki kernel 2.6.28 Release

Postby jearle » Sun Jan 11, 2009 2:44 pm

Just downloaded and applied to my almost new install of 8.10 (EasyPeasy build)

The start of the output log is:

Selecting previously deselected package linux-image-2.6.28.
(Reading database ... 90896 files and directories currently installed.)
Unpacking linux-image-2.6.28 (from linux-image-2.6.28_Sickboy.Kuki.0.1_i386.deb) ...
Done.
Setting up linux-image-2.6.28 (Sickboy.Kuki.0.1) ...

Hmm. There is a symbolic link /lib/modules/2.6.28/build
However, I can not read it: No such file or directory
Therefore, I am deleting /lib/modules/2.6.28/build


Hmm. The package shipped with a symbolic link /lib/modules/2.6.28/source
However, I can not read the target: No such file or directory
Therefore, I am deleting /lib/modules/2.6.28/source

Running depmod.
etc
etc
etc
================

So is this message important? Without those symbolic links working, has the update failed? The rest of the output continued ok, and I don't know what/where to check to see if the new kernel is in use.
jearle
 
Posts: 2
Joined: Thu Oct 30, 2008 11:04 am

Re: SlCKB0Y/Kuki kernel 2.6.28 Release

Postby SlCKB0Y » Sun Jan 11, 2009 2:54 pm

jearle wrote:Just downloaded and applied to my almost new install of 8.10 (EasyPeasy build)

The start of the output log is:

Selecting previously deselected package linux-image-2.6.28.
(Reading database ... 90896 files and directories currently installed.)
Unpacking linux-image-2.6.28 (from linux-image-2.6.28_Sickboy.Kuki.0.1_i386.deb) ...
Done.
Setting up linux-image-2.6.28 (Sickboy.Kuki.0.1) ...

Hmm. There is a symbolic link /lib/modules/2.6.28/build
However, I can not read it: No such file or directory
Therefore, I am deleting /lib/modules/2.6.28/build


Hmm. The package shipped with a symbolic link /lib/modules/2.6.28/source
However, I can not read the target: No such file or directory
Therefore, I am deleting /lib/modules/2.6.28/source

Running depmod.
etc
etc
etc
================

So is this message important? Without those symbolic links working, has the update failed? The rest of the output continued ok, and I don't know what/where to check to see if the new kernel is in use.


this is normal

Reboot and do a uname -r to check the kernel is being used.
Custom Aspire One Kernel Debs
http://www.aspireonekernel.com/
SlCKB0Y
 
Posts: 165
Joined: Sat Sep 13, 2008 5:59 am
Location: Sydney, Australia

Postby csmo » Sun Jan 11, 2009 3:02 pm

.
Last edited by csmo on Sun Feb 15, 2009 2:06 pm, edited 1 time in total.
csmo
 
Posts: 216
Joined: Thu Oct 09, 2008 7:56 pm

Next

Return to Ubuntu

Who is online

Users browsing this forum: No registered users and 3 guests