Search found 119 matches

by galgot
Wed Aug 17, 2016 5:20 pm
Forum: Basilisk II
Topic: Sheep_net.ko on Debian 8 PPC
Replies: 59
Views: 28648

Re: Sheep_net.ko on Debian 8 PPC

Which one is python script converted from BII output log? Could you do the following test: 1. Bring up wireshark on host 2. Bring up guest OS with redirect output to the log 3. Ping 8.8.8.8 3. Ping http://www.google.com 4. http http://www.google.com Especially for hex dump from 2. It is essentially...
by galgot
Wed Aug 17, 2016 4:57 pm
Forum: Basilisk II
Topic: Sheep_net.ko on Debian 8 PPC
Replies: 59
Views: 28648

Re: Sheep_net.ko on Debian 8 PPC

first one
by galgot
Wed Aug 17, 2016 4:44 pm
Forum: Basilisk II
Topic: Sheep_net.ko on Debian 8 PPC
Replies: 59
Views: 28648

Re: Sheep_net.ko on Debian 8 PPC

OK... Finally managed to build it , thks for your patience. Here is the hexbump.log after saved from Wireshark : http://galgot.com/transit/wireshark/hexbump.log_1.pcapng And here are the packets sniffed while pinging with your latest BII build : http://galgot.com/transit/wireshark/Pings_with_your_la...
by galgot
Wed Aug 17, 2016 3:24 pm
Forum: Basilisk II
Topic: Sheep_net.ko on Debian 8 PPC
Replies: 59
Views: 28648

Re: Sheep_net.ko on Debian 8 PPC

both NO_CONFIGURE=1 ./autogen.sh ./configure --enable-sdl-video --enable-sdl-audio --disable-vosf make and NO_CONFIGURE=1 ./autogen.sh ./configure --enable-sdl-video --enable-sdl-audio --disable-vosf --disable-jit-compiler make fails : obj/main_unix.o: In function `FlushCodeCache(void*, unsigned int...
by galgot
Wed Aug 17, 2016 1:05 pm
Forum: Basilisk II
Topic: Sheep_net.ko on Debian 8 PPC
Replies: 59
Views: 28648

Re: Sheep_net.ko on Debian 8 PPC

Ok , disabled ip fowarding : # sysctl -w net.ipv4.ip_forward=0 net.ipv4.ip_forward = 0 disabled firewall : iptables -F iptables -X iptables -t nat -F iptables -t nat -X iptables -t mangle -F iptables -t mangle -X iptables -P INPUT ACCEPT iptables -P OUTPUT ACCEPT iptables -P FORWARD ACCEPT Still not...
by galgot
Wed Aug 17, 2016 9:51 am
Forum: Basilisk II
Topic: Sheep_net.ko on Debian 8 PPC
Replies: 59
Views: 28648

Re: Sheep_net.ko on Debian 8 PPC

Hi rickyzhang, Building your last sheep-net-bug-fix-debug branch fails : Makefile:190: recipe for target 'obj/newcpu.o' failed make: *** [obj/newcpu.o] Error 1 ./../SDL/video_sdl.cpp: In function ‘void update_display_static(driver_base*)’: ./../SDL/video_sdl.cpp:1868:26: warning: comparison between ...
by galgot
Tue Aug 16, 2016 8:25 pm
Forum: Basilisk II
Topic: Sheep_net.ko on Debian 8 PPC
Replies: 59
Views: 28648

Re: Sheep_net.ko on Debian 8 PPC

Ok, I've installed Wireshark. But as i said, have to learn how to use it, it's very new to me .
Will see that tomorrow . Good night :)
by galgot
Tue Aug 16, 2016 6:36 pm
Forum: Basilisk II
Topic: Sheep_net.ko on Debian 8 PPC
Replies: 59
Views: 28648

Re: Sheep_net.ko on Debian 8 PPC

Nope, same thing :/
by galgot
Tue Aug 16, 2016 6:04 pm
Forum: Basilisk II
Topic: Sheep_net.ko on Debian 8 PPC
Replies: 59
Views: 28648

Re: Sheep_net.ko on Debian 8 PPC

Ok, I've changed l931, from : length = read(fd, Mac2HostAddr(packet), net_if_type == NET_IF_ETHERTAP ? 1516 : 1514 ); to : length = read(fd, Mac2HostAddr(packet), net_if_type == NET_IF_ETHERTAP ? 1516 : 1518 ); And rebuild, install, then sudo modprobe sheep_net and sudo chown galgot /dev/sheep_net ....
by galgot
Tue Aug 16, 2016 5:33 pm
Forum: Basilisk II
Topic: Sheep_net.ko on Debian 8 PPC
Replies: 59
Views: 28648

Re: Sheep_net.ko on Debian 8 PPC

Ah ok thanks adespoton.
just tried accessing http://192.168.0.14 (local web server) with iCab, and it's fails too.
No error mesg , but keeps checking forever.
by galgot
Tue Aug 16, 2016 5:13 pm
Forum: Basilisk II
Topic: Sheep_net.ko on Debian 8 PPC
Replies: 59
Views: 28648

Re: Sheep_net.ko on Debian 8 PPC

I just did a "git clone https://github.com/cebix/macemu.git" to get the all thing.
But that was some weeks ago.

Shall I try that lastest commit dc11229 from 3 days ago ?

Edit: just trying now... :)

Re-edit : re-build sheep_net from that commit, nope, no success :/
by galgot
Tue Aug 16, 2016 4:43 pm
Forum: Basilisk II
Topic: Sheep_net.ko on Debian 8 PPC
Replies: 59
Views: 28648

Re: Sheep_net.ko on Debian 8 PPC

Tried 8.8.8.8 as DNS and ping to http://www.nytimes.com. no success. yes I'll try sniffing packet with Wireshark, will have to learn how to use it :) Note : I have this problem only when building sheep_net on debian 8 Jessie PPC , I have another PB G4 with Jessie and it's the same trouble. On other ...
by galgot
Tue Aug 16, 2016 4:01 pm
Forum: Basilisk II
Topic: Sheep_net.ko on Debian 8 PPC
Replies: 59
Views: 28648

Re: Sheep_net.ko on Debian 8 PPC

ping to 8.8.8.8 works : http://galgot.free.fr//transit/Benjamin-Willard-basiliskII-16081603.png So I've set up a local http server at 192.168.0.14 and tried pinging http://192.168.0.14 : http://galgot.free.fr/transit/Benjamin-Willard-basiliskII-16081604.png Fail ! but ping to just 192.168.0.14 works...
by galgot
Tue Aug 16, 2016 3:30 pm
Forum: Basilisk II
Topic: Sheep_net.ko on Debian 8 PPC
Replies: 59
Views: 28648

Re: Sheep_net.ko on Debian 8 PPC

Trying to connect to http://74.125.232.241 from icab fails too, no error mesg though, it just "check" forever... a MacTCP ping to the same address gives the same "Host not responding (Cannot resolve name)" result. I've checked my router configuration, no problem with that 192.168...
by galgot
Tue Aug 16, 2016 2:34 pm
Forum: Basilisk II
Topic: Sheep_net.ko on Debian 8 PPC
Replies: 59
Views: 28648

Re: Sheep_net.ko on Debian 8 PPC

Thanks for your help rickyzhang, find here a screenshot showing the TCP/IP configuration : http://galgot.free.fr//transit/Benjamin-Willard-BasiliskII-16081601.jpg you can see result of ping to the router (192.168.0.254) , I suppose it's a success... But if I try a connection with icab, I get that er...
by galgot
Tue Aug 16, 2016 2:45 am
Forum: Basilisk II
Topic: Sheep_net.ko on Debian 8 PPC
Replies: 59
Views: 28648

Re: Sheep_net.ko on Debian 8 PPC

Yes , I assign 192.168.0.64 to the emulated Mac.
And Debian 8 host use 192.168.0.4.
by galgot
Tue Aug 09, 2016 3:49 pm
Forum: SheepShaver
Topic: extfs_unix.cpp ??
Replies: 0
Views: 3805

extfs_unix.cpp ??

Hi... Me again and my questions ... Tried building SheepShaver on Debian 8 PPC . I did : NO_CONFIGURE=1 ./autogen.sh ./configure /configure --enable-sdl-video --enable-sdl-audio make Configure works fine, but then Make gives me an error : -c extfs_unix.cpp -o obj/extfs_unix.o extfs_unix.cpp: In func...
by galgot
Sun Aug 07, 2016 8:03 am
Forum: Basilisk II
Topic: Sheep_net.ko on Debian 8 PPC
Replies: 59
Views: 28648

Sheep_net.ko on Debian 8 PPC

something strange : I managed to compile sheep_net.ko ethernet driver on Debian 8 PPC (on a PowerBook G4), it loads and all fine. But , even though I set TCP-IP manually, it doesn't want to get on the internet, only Appletalk works, I can see other macs on the network via the the selector. Does some...
by galgot
Tue Jul 19, 2016 8:09 pm
Forum: Basilisk II
Topic: Fullscreen mode shortcut ?
Replies: 3
Views: 4101

Re: Fullscreen mode shortcut ?

Thank you :)
by galgot
Tue Jul 19, 2016 11:39 am
Forum: Basilisk II
Topic: Fullscreen mode shortcut ?
Replies: 3
Views: 4101

Re: Fullscreen mode shortcut ?

Mmmh... I suppose there none ?
by galgot
Sat Jul 16, 2016 5:54 pm
Forum: Basilisk II
Topic: Fullscreen mode shortcut ?
Replies: 3
Views: 4101

Fullscreen mode shortcut ?

Hi,
Is there a way to get out of fullscreen mode ( and back) with a shortcut on BasiliskII running on Raspbian Jessie ?
by galgot
Fri Jul 01, 2016 1:15 pm
Forum: Basilisk II
Topic: Basilisk II on Raspberry PI Emulation Station, settings?
Replies: 4
Views: 5622

Re: Basilisk II on Raspberry PI Emulation Station, settings?

Thank you for your reply. Do you know what the file is typically called? Could you drop the contents of yours in this topic please? File is called .basilisk_ii_prefs here mine : disk /home/galgot/macemu/7.5.3-disk extfs /home/galgot/ screen dga/640/480 seriala /dev/ttyS0 serialb /dev/ttyS1 ether et...
by galgot
Tue May 31, 2016 12:06 pm
Forum: Mini vMac and Other Mac Emulators
Topic: Pce-Macplus setup ?
Replies: 4
Views: 17399

Re: Pce-Macplus setup ?

The -g is for running the thing apparently, see the help : type 'h' for help -h bc [index] clear a breakpoint or all bl list breakpoints bs addr [pass [reset]] set an address breakpoint [pass=1 reset=0] bsx expr [pass [reset]] set an expression breakpoint [pass=1 reset=0] c [cnt] clock d [addr [cnt]...
by galgot
Mon May 30, 2016 6:45 pm
Forum: Mini vMac and Other Mac Emulators
Topic: Pce-Macplus setup ?
Replies: 4
Views: 17399

Re: Pce-Macplus setup ?

Yes apparently it runs on PPC, saw that on the screenshot here : http://www.hampa.ch/pce/pics-mac.html Sorry, I don't understand what you mean by "inline-asm"... I've just did a ./configure make make install Tried another way, PCE is available through Tiger-Brew, so removed my previous ins...
by galgot
Mon May 30, 2016 12:29 pm
Forum: Mini vMac and Other Mac Emulators
Topic: Pce-Macplus setup ?
Replies: 4
Views: 17399

Pce-Macplus setup ?

Hi, is there a guide to setup Pce-macplus on Mac OSX 10.4 PPC ? I've downloaded and compiled the latest from here : http://www.hampa.ch/pce/download.html but when I try it i get a "Bus error"... see : Riggan-Thomson:~ galgot$ pce-macplus pce-macplus version 20160308-72f1e10 Copyright (C) 2...