• Home
  • Help
  • Search
  • Login
  • Register
  Show Posts
Pages: 1 ... 31 32 [33]
481  Linux Stuff / Kernel / Re: 2.6.30-rc2 and 2.6.30-rc3 new releases on: April 23, 2009, 03:06:29 PM
Yes.  The configs are now online.  BTW, I also created a patches subdirectory for patches that are applied.

Which modules are you needing?  If they're generally useful, I'd be happy to add them to the default build.
482  Linux Stuff / Kernel / 2.6.30-rc2 and 2.6.30-rc3 new releases on: April 22, 2009, 10:33:39 PM
Kernel and modules are available from the following locations:

IPV4: http://sheeva.with-linux.com/sheeva/

IPV6: http://sheeva6.with-linux.com/sheeva/

Features IPV6, CIFS, NFS4, EXT3, EXT4, JFS, XFS, FUSE(for ntfs-3g), usb-serial, uvcvideo.

my usb-serial  driver has been patched to allow full-speed downloads using high-speed wireless modems, (EVDO for example) as per this thread. http://www.evdoforums.com/thread4381.html Anyone interested in testing out EVDO modems with SheevaPlug?

uvcvideo is not supported in the 2.6.22.19 kernel.
483  Hardware and U-Boot firmware / Hardware / Re: Is Flash memory NOT used in running system - Always run out of DDR2 ? on: April 19, 2009, 02:03:17 AM
You're question is a little hard to follow, but I think I get the jist of it.  Here is what I think you're looking for.

There are three sections in flash.  1. U-Boot, 2. Kernel image, 3. JFFS filesystem.

On bootup:
1. U-Boot copies itself from flash into ram and continues execution from ram
2. U-Boot copies the kernel image from whereever (typically flash) to ram
3. U-Boot executes the kernel from ram (the kernel reclaims the ram previously used by U-Boot)
4. The kernel reads the JFFS filesystem from flash (this part is NOT copied to ram, but is accessed directly from flash)

In a nutshell, you can't use any old filesystem for the flash filesystem.  JFFS is specifically designed to R/W files stored in flash.
484  General Category / General Discussion / Re: FTDI device on the Sheeva on: April 18, 2009, 09:24:55 PM
I just added usb-serial support to the the kernel  image/modules located here.

IPV4: http://sheeva.with-linux.com/sheeva/

IPV6: http://sheeva6.with-linux.com/sheeva/

If you want to test it (as root) just download the README to your sheevaplug.  chmod 755 README. ./README.  It'll install the modules and the new uImage.  After a successful flash just reboot.

my usb-serial  driver has been patched to allow full-speed downloads (1.5MBit) using high-speed wireless modems, (EVDO for example) as per this thread. http://www.evdoforums.com/thread4381.html Anyone interested in testing out EVDO modems with SheevaPlug?
485  Linux Stuff / Kernel / Re: 2.6.22.19 IPV6 Kernel with /proc/config.gz support on: April 18, 2009, 09:17:30 PM
I just added usb-serial support to the the kernel  image/modules located here.

IPV4: http://sheeva.with-linux.com/sheeva/

IPV6: http://sheeva6.with-linux.com/sheeva/

my usb-serial  driver has been patched to allow full-speed downloads using high-speed wireless modems, (EVDO for example) as per this thread. http://www.evdoforums.com/thread4381.html Anyone interested in testing out EVDO modems with SheevaPlug?

486  Linux Stuff / Kernel / Re: 2.6.22.19 IPV6 Kernel with /proc/config.gz support on: April 12, 2009, 06:28:58 PM
My 2.6.22.19 images have been updated to incorporate cifs.

To use: apt-get install smbfs.  Add cifs to /etc/modules.
487  Linux Stuff / Kernel / Re: 2.6.22.19 IPV6 Kernel with /proc/config.gz support on: April 12, 2009, 05:02:51 PM
Would you mind posting your .config for 2.6.30-rc1.  Is the kernel source for 2.6.30-rc1 unpatched from kernel.org?  Or is it available elsewhere?
488  Linux Stuff / Kernel / 2.6.22.19 IPV6 Kernel with /proc/config.gz support on: April 12, 2009, 08:04:12 AM
I thought it may be useful to some of you to have a precompiled kernel with IPV6 support and /proc/config.gz support so I put a uImage and Modules image online.

IPV4: http://sheeva.with-linux.com/sheeva/

IPV6: http://sheeva6.with-linux.com/sheeva/

add ipv6 to /etc/modules and you'll be in business!

Pages: 1 ... 31 32 [33]