I would also like to know how to change the SSID or even the password.How to change SSID ?
My idea is to have one raspberry per machine
IP Adress assignement is not clear
In interface, is it to declare Netdimm ip address ?
So, how can i set manually ip adress for raspberry
I did actually. I managed to locate the stuff for the IP address but did not see anything having to do with the wireless settings.Just check out the code, probably not that hard to find![]()
Soooo .. there's no conf file that can be edited? You have to SSH into the pi and change everything by command line?hostname wont be in the python code, you need to do that at the OS level: https://thepihut.com/blogs/raspberry-pi-tutorials/19668676-renaming-your-raspberry-pi-the-hostname
same with wireless settings: https://www.raspberrypi.org/documentation/configuration/wireless/wireless-cli.md
yeah I can load up a Linux VBox on one of my machines and edit the file directly on the card. However .. not entirely sure which or where the config file is. I found multiple files for IP addresses and stuff like that but didn't see anything about the SSID.you don't have to SSH, you can plug a monitor and keyboard into it and modify it directly.
those instructions I posted just have you modifying config files though, so maybe that could be done directly on the card? I suppose it depends on the formatting.
OK cool. I will check that out when I get home.I think its Username root and password raspberry.
Doh! Just went through and got this working/fixed headers on Atomiswave to play niceReal ️rogrammer hours, who up??????![]()
I haven't been able to sleep the last several nights, so I've just been chugging away at whatever projects I can.
Within the next few days, I should have an updated image for you guys with GPIO Reset and some other things mixed in.
After this release, the old code base will be dead-ended, as I'm presently working on something new which will incorporate a lot of desirable features.
ok night fellas
pi@netboot:~ $ passwd
Changing password for pi.
(current) UNIX password:
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated successfully
pi@netboot:~ $ sudo su -
root@netboot:~#
allow-hotplug wlan0
iface wlan0 inet static
address 10.0.0.1
netmask 255.255.255.0
network 10.0.0.0
broadcast 10.0.0.255
#allow-hotplug wlan0
#iface wlan0 inet static
#address 10.0.0.1
#netmask 255.255.255.0
#network 10.0.0.0
#broadcast 10.0.0.255
auto wlan0
allow-hotplug wlan0
iface wlan0 inet dhcp
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
iface default inet dhcp
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="yourwifihere"
psk="yourpasswordhere"
}
Wait, does the atomiswave header stuff not function? It was pretty late last night when I put that in so I'm not 100% sure of my work.Doh! Just went through and got this working/fixed headers on Atomiswave to play niceReal ️rogrammer hours, who up??????![]()
I haven't been able to sleep the last several nights, so I've just been chugging away at whatever projects I can.
Within the next few days, I should have an updated image for you guys with GPIO Reset and some other things mixed in.
After this release, the old code base will be dead-ended, as I'm presently working on something new which will incorporate a lot of desirable features.
ok night fellas![]()
I didn't look very far into it, at least with your older image a lot of the games had NULL set in the db for a header identifier so I just edited them because it's quicker when you aren't sharing your codeWait, does the atomiswave header stuff not function? It was pretty late last night when I put that in so I'm not 100% sure of my work.Doh! Just went through and got this working/fixed headers on Atomiswave to play niceReal ️rogrammer hours, who up??????![]()
I haven't been able to sleep the last several nights, so I've just been chugging away at whatever projects I can.
Within the next few days, I should have an updated image for you guys with GPIO Reset and some other things mixed in.
After this release, the old code base will be dead-ended, as I'm presently working on something new which will incorporate a lot of desirable features.
ok night fellas![]()
Thanks for writing up that tutorial bit BTW!
Yeah, I was going through some stuff and the quality of product reflects that.I didn't look very far into it, at least with your older image a lot of the games had NULL set in the db for a header identifier so I just edited them because it's quicker when you aren't sharing your code![]()
I did notice that 3 Naomi titles wouldn't identify properly either - DoA2 Millenium (set to the same header as DoA2), Typing of the Dead (no header) and Project Justice (no header)
So with "other things" does this mean someone figured out filterboard eprom dump/restoring?![]()