Page 2 of 3

Re: Kernel 3.19

Posted: Mon Jan 12, 2015 8:10 pm
by xeno74
Hi zzd10h,

Thank you for testing the RC4.
zzd10h wrote:Hi,
PS : Same question than for AmigaWorld forum, how do you do to post thumbnails picture on this forum ? Thank you.
With this code:

Code: Select all

[url=http://www.supertuxkart-amiga.de/amiga/Kernel_3.19_Ubuntu_MATE_AMIGA_one_X1000.jpg][img]http://www.supertuxkart-amiga.de/amiga/Kernel_3.19_Ubuntu_MATE_AMIGA_one_X1000-thumbnail.jpg[/img][/url]
Cheers,

Christian

Re: Kernel 3.19

Posted: Mon Jan 12, 2015 9:20 pm
by zzd10h
Thank you for the tip, I thought that there was an html tag especially for that.

Image

Re: Kernel 3.19

Posted: Tue Jan 13, 2015 5:28 pm
by zappa2009
Works ;) Lubuntu 14.04 LTS

Re: Kernel 3.19

Posted: Tue Jan 13, 2015 9:48 pm
by xeno74
Thank you all for testing. :-)

Re: Kernel 3.19

Posted: Thu Jan 15, 2015 3:01 am
by Srtest
Thank me 2 ;-)

Re: Kernel 3.19

Posted: Sun Jan 18, 2015 11:14 pm
by xeno74

Re: Kernel 3.19

Posted: Mon Jan 19, 2015 10:18 pm
by zappa2009
Works and boots fast ;)

Re: Kernel 3.19

Posted: Sat Jan 24, 2015 11:18 pm
by xeno74
zappa2009 wrote:Works and boots fast ;)
Thank you for testing. :-)

Re: Kernel 3.19

Posted: Sun Jan 25, 2015 1:21 am
by xeno74
xeno74 wrote: Known A1-X1000 problem: Mac-on-Linux network support doesn't work. Mac OS X 10.4.11 freezes if you activate the TUN/TAP kernel module (device driver).
Image

I have a workaround for this problem. You have to activate the network connection in the right order.
  1. Linux host: Load the kernel module kvm-pr as root with:

    Code: Select all

    modprobe kvm-pr
  2. Linux host: Boot Mac OS X with Mac-on-Linux/KVM (The kernel module tun will automatically loaded by Mac-on-Linux)

    Code: Select all

    startmol -X
  3. Mac OS X guest: Start the terminal program and load the MoL network card driver:

    Code: Select all

    sudo kextload Desktop/MOL-Modules/System/Library/Extensions/MolEnet.kext
  4. Mac OS X guest: Start System Preferences and choose Network.
  5. Mac OS X guest: Click on the button Configure... and select Using DHCP.
  6. Mac OS X guest: Click on the button Apply Now.
  7. Linux host: Configure the tun1 network interface:

    Code: Select all

    ifconfig tun1 192.168.41.1
And now there is a network connection beetween the Linux host and the Mac OS X guest. I use a proxy server to connect Mac OS X with the internet.
Kernel_3.19-rc5_Mac-on-Linux-KVM-PR_AMIGA_one_X1000.jpg

Re: Kernel 3.19

Posted: Mon Jan 26, 2015 9:05 pm
by xeno74
New Nemo patch for the RC6:
nemo_3.19-2.patch.zip
(8.52 KiB) Downloaded 1241 times