BlissRoms-x86 / support

Public repo for Bliss OS bug reports, feature requests etc.
https://blissos.org
GNU General Public License v3.0
16 stars 2 forks source link

🐛 [SOLVED] - Wireless debugging on ethernet #65

Closed zaidranger closed 4 months ago

zaidranger commented 4 months ago

Description

Since virtwifi is no longer used how do we mock the ethernet as wifi? i need this for a couple of apps too. Mainly because i wanted to screen share bliss os with other devices.

Reproduction steps

1. Go to 'Android settings'
2. Click on 'Developer options'
3. Scroll down to 'Enable wireless debugging'
4. See error

OS Version

14.10

electrikjesus commented 4 months ago

What version of Bliss are you using?

zaidranger commented 4 months ago

What version of Bliss are you using?

14.10 and zenith

Xtr126 commented 4 months ago

Add VIRT_WIFI=1 to kernel command line in grub https://docs.blissos.org/configuration/configuration-through-command-line-parameters/

zaidranger commented 4 months ago

Add VIRT_WIFI=1 to kernel command line in grub https://docs.blissos.org/configuration/configuration-through-command-line-parameters/

Works on refind, thanks.