wander

Results 12 comments of wander

我也遇到8188gu型号驱动问题,自己找资料整理了安装指南.我在Raspberry pi 和 ubuntu 20.0.4都安装成功了。deepin也应该可以。解决了您的问题帮忙点个星星 https://github.com/wandercn/RTL8188GU

hotbuild.ffactory.org you can try it now.

hotbuild.ffactory.org you can try it now.

hotbuild.ffactory.org you can try it now.

hotbuild.ffactory.org you can try it now.

hotbuild.ffactory.org you can try it now.

```go package main import ( "fmt" "image/color" "log" "os" "runtime" "strconv" "strings" "time" "fyne.io/fyne/v2" "fyne.io/fyne/v2/app" "fyne.io/fyne/v2/container" "fyne.io/fyne/v2/data/binding" "fyne.io/fyne/v2/theme" "fyne.io/fyne/v2/widget" "github.com/astaxie/beego/logs" ) func main() { app.New() logs.GetBeeLogger().SetLevel(logs.LevelDebug) // 登录 loginWindows :=...

我的原始代码来自https://github.com/McMCCRU/rtl8188gu ,你可以看看他们是否解决。