Error compiling sheep_net.ko and it doesn't work.

About BasiliskII, a 68k Mac emulator for Windows, MacOSX, and Linux that can run System 7.x through MacOS 8.1.

Moderators: Cat_7, Ronald P. Regensburg

TTorler
Student Driver
Posts: 16
Joined: Tue Apr 10, 2018 7:24 pm

Re: Error compiling sheep_net.ko and it doesn't work.

Post by TTorler »

No, the Raspberry Pi 3 onboard wifi driver definitely doesn't support monitor/promiscuous mode.

Proof: http://i.imgur.com/7tz6w81.png

Also, the sample capture program I'm using: https://opensourceforu.com/2011/02/capt ... m-libpcap/

Doesn't use the calls, pcap_set_rfmon() and pcap_set_promisc() that enable monitor/promiscuous modes.

Something else is going on here.
User avatar
rickyzhang
Apple Corer
Posts: 205
Joined: Mon Sep 15, 2014 7:59 pm

Re: Error compiling sheep_net.ko and it doesn't work.

Post by rickyzhang »

Sniffing packet on the network interface doesn't required to enable promiscuous mode on network interface. They are two different things.

The IP packet sent to/received from host OS network interface by sheep_net shares the same host OS NIC physical MAC address. The only difference is in IP address. You don't need to enable promiscuous mode.

I don't have any good recommendation to debug it further since wireshark seems to affect the outcome. Unless you want to debug this on Basilisk II side, otherwise be a happy ignorant and enjoy your gadget!
There is an App for that!
https://github.com/rickyzhang82
TTorler
Student Driver
Posts: 16
Joined: Tue Apr 10, 2018 7:24 pm

Re: Error compiling sheep_net.ko and it doesn't work.

Post by TTorler »

I'm not going to give up when I'm so close to what I need, which is a boot to Mac OS solution for
Raspberry Pi hardware, without Xorg. I'll recompile Basilisk with the debug option you highlighted
before and see if there is anything significant in the messages.
TTorler
Student Driver
Posts: 16
Joined: Tue Apr 10, 2018 7:24 pm

Re: Error compiling sheep_net.ko and it doesn't work.

Post by TTorler »

So I set DEBUG 1 and recompiled Basilisk. For each test I pinged 5 times to 192.168.1.1 then shut down.

First, just running Basilisk (ping FAILED)

Code: Select all

pi@raspberrypi:~ $ BasiliskII
Basilisk II V1.0 by Christian Bauer et al.
Reading ROM file...
Ethernet address 76 72 9f 20 ec 82
Using SDL/alsa audio output
WARNING: RmvTime(0014a048): Descriptor not found
 packet received, triggering Ethernet interrupt
EtherIRQ
 header 76729f20ec82 c4ea1de8255c 0806
 calling protocol handler 000bb8c0, type 00000806, length 0000001c, data 003a988e, rha 0001ed44, read_packet 0001ed44
 EtherIRQ done
 packet received, triggering Ethernet interrupt
EtherIRQ
 header ffffffffffff 08606ed76ecc 0800
 calling protocol handler 000bb8c0, type 00000800, length 000000e5, data 003a988e, rha 0001ed44, read_packet 0001ed44
 EtherIRQ done
pi@raspberrypi:~ $ 
Second, running the libpcap demo program first, then Basilisk in a new terminal (ping SUCCESS)

Code: Select all

pi@raspberrypi:~ $ BasiliskII
Basilisk II V1.0 by Christian Bauer et al.
Reading ROM file...
Ethernet address 76 72 42 ec ca 5d
Using SDL/alsa audio output
WARNING: RmvTime(0014a048): Descriptor not found
 packet received, triggering Ethernet interrupt
EtherIRQ
 header 767242ecca5d c4ea1de8255c 0806
 calling protocol handler 000bb8c0, type 00000806, length 0000001c, data 003a988e, rha 0001ed44, read_packet 0001ed44
 EtherIRQ done
 packet received, triggering Ethernet interrupt
EtherIRQ
 header ffffffffffff c4ea1de8255c 0806
 calling protocol handler 000bb8c0, type 00000806, length 0000001c, data 003a988e, rha 0001ed44, read_packet 0001ed44
 EtherIRQ done
 packet received, triggering Ethernet interrupt
EtherIRQ
 header 767242ecca5d c4ea1de8255c 0800
 calling protocol handler 000bb8c0, type 00000800, length 00000030, data 003a988e, rha 0001ed44, read_packet 0001ed44
 EtherIRQ done
 packet received, triggering Ethernet interrupt
EtherIRQ
 header 767242ecca5d c4ea1de8255c 0800
 calling protocol handler 000bb8c0, type 00000800, length 00000030, data 003a988e, rha 0001ed44, read_packet 0001ed44
 EtherIRQ done
 packet received, triggering Ethernet interrupt
EtherIRQ
 header 767242ecca5d c4ea1de8255c 0800
 calling protocol handler 000bb8c0, type 00000800, length 00000030, data 003a988e, rha 0001ed44, read_packet 0001ed44
 EtherIRQ done
 packet received, triggering Ethernet interrupt
EtherIRQ
 header 767242ecca5d c4ea1de8255c 0800
 calling protocol handler 000bb8c0, type 00000800, length 00000030, data 003a988e, rha 0001ed44, read_packet 0001ed44
 EtherIRQ done
 packet received, triggering Ethernet interrupt
EtherIRQ
 header 767242ecca5d c4ea1de8255c 0800
 calling protocol handler 000bb8c0, type 00000800, length 00000030, data 003a988e, rha 0001ed44, read_packet 0001ed44
 EtherIRQ done
 packet received, triggering Ethernet interrupt
EtherIRQ
 header ffffffffffff 08606ed76ecc 0806
 calling protocol handler 000bb8c0, type 00000806, length 0000002e, data 003a988e, rha 0001ed44, read_packet 0001ed44
 EtherIRQ done
 packet received, triggering Ethernet interrupt
EtherIRQ
 header ffffffffffff 9822ef92d659 0800
 calling protocol handler 000bb8c0, type 00000800, length 000000e5, data 003a988e, rha 0001ed44, read_packet 0001ed44
 EtherIRQ done
 packet received, triggering Ethernet interrupt
EtherIRQ
 header ffffffffffff c6ea1de8255c 0800
 calling protocol handler 000bb8c0, type 00000800, length 000000f5, data 003a988e, rha 0001ed44, read_packet 0001ed44
 EtherIRQ done
 packet received, triggering Ethernet interrupt
EtherIRQ
 header ffffffffffff c6ea1de8255c 0800
 calling protocol handler 000bb8c0, type 00000800, length 000000f1, data 003a988e, rha 0001ed44, read_packet 0001ed44
 EtherIRQ done
pi@raspberrypi:~ $ 
Please let me know what you think.
User avatar
rickyzhang
Apple Corer
Posts: 205
Joined: Mon Sep 15, 2014 7:59 pm

Re: Error compiling sheep_net.ko and it doesn't work.

Post by rickyzhang »

Sorry to miss your thread.

It is hard for me to debug since I can't replicate your environment. If you are experienced in docker container or vagrant, how about we build BII in virtual env so that we have the same base line to start with?

I suspect the problem might related to your OS or network settings. By using virtual stuff, we can eliminate the OS difference. Then we only focus on networking.
There is an App for that!
https://github.com/rickyzhang82
Post Reply