u-boot stores the MAC in efuse and the kernel reads the values back from efuse
Is this different to the mac address being stored in the enviroment with ethaddr?
u-boot stores the MAC in efuse and the kernel reads the values back from efuse
Is this different to the mac address being stored in the enviroment with ethaddr?
Do your dtb's send mac address's to the kernel?
Thanks for the help, I am using the eth0 device not wlan0, the change is on the machine my router just see's what ever address the box has.
I dont think I've got any plugins installed that would need to change the mac address.
you can create a file called autostart.sh and place a line with
ifconfig eth0 hw ether xx:xx:xx:xx:xx:xx
replace the xx's with your mac address you want to set the box to.
put the autostart.sh file in the config directory and on rebooting the box that should set it to what ever you want.
if you already have the autostart.sh file on the box just add the above line to the end of the file you've got.
This does not seem to make any difference mac address is still changing upon reboot.
Is there anyway to stop my mac address from changing every time i reboot?
Display More20171012:
Codelinux: update to 4.13.6 emulationstation: add dos to romdir and es_systems dosbox-sdl2: use /storage/.config/dosbox by default and add shaders alsa-lib: add another upstream cherry trail / baytrail patch kodi: add patch to fix accelerometer preventing screensaver dosbox-sdl2: add mt-32 support munt: update to 0ace855
I've attempted to improve the DOSBox support in this build. DOS games can now be put under /storage/roms/dos, this directory is mounted as your C drive by dosbox's default configuration /storage/.config/dosbox/dosbox-SDL2.conf. Emulationstation looks for .conf files here as well.
Here's an example how to add a game:
1. Copy your game directory to /storage/roms/dos/example.
2. Copy over the default configuration to /storage/roms/dos/example.conf.
3. Modify example.conf and adapt the autoexec in the bottom to start the game.
4. Launch Emulationstation and you'll see your game under "PC".
You can also run dosbox.sh to simply start dosbox with the default configuration.
- The crt-easymode shader is enabled by default
- Gravis Ultrasound data files can be installed to /storage/roms/dosbox/ULTRASND
- Roland MT-32 ROMs can be installed to /storage/roms/dosbox/MT32
- Gamepad can easily be mapped to keyboard presses using the examples here (set mapperfile= to something unique in your game .conf)
Been having a lot of fun playing LBA2, Raptor Call of the Shadows and Pinball Fantasies on the bigscreen with my DS4.
Is dosbox still working in the latest builds as i can't get it to run?