Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Nvidia 390 driver for Nvidia FTX 570 #453

Closed
n0bzeR opened this issue Jan 22, 2023 · 7 comments
Closed

Use Nvidia 390 driver for Nvidia FTX 570 #453

n0bzeR opened this issue Jan 22, 2023 · 7 comments

Comments

@n0bzeR
Copy link

n0bzeR commented Jan 22, 2023

im just now have video card nvidia gtx 570, and wi-fi : rtl8192eu
this adapter not connect to any network ; (
im typing password, press connect, and.. nothing...

can you add driver 390 for nvidia graphic card in that iso ?
just want use 3d acceleration for better expirence...

now driver bad performence..
possibly add that driver in .iso ?

for my card, 390 - latest supported driver, from official nvidia

@probonopd
Copy link
Member

Isn't Nvidia 390 already being shipped in 0.8.0? It should:

ISO/build.sh

Lines 319 to 329 in 60f672e

# 390 needed for Nvidia Quadro 2000, https://github.com/helloSystem/hello/discussions/241#discussioncomment-1599131
# 340 needed for Nvidia 320M
for ver in '' 390 340 304; do
# pkgfile=$(/usr/local/sbin/pkg-static -c ${uzip} rquery %n-%v.txz nvidia-driver${ver:+-$ver})
pkgfile=$(/usr/local/sbin/pkg-static -c ${uzip} rquery %n-%v.pkg nvidia-driver${ver:+-$ver})
fetch -o "${cache}/" "https://pkg.freebsd.org/FreeBSD:${MAJOR}:amd64/${PKGS}/All/${pkgfile}"
mkdir -p "${uzip}/usr/local/nvidia/${ver:-latest}/"
tar xfC "${cache}"/${pkgfile} "${uzip}/usr/local/nvidia/${ver:-latest}/"
ls "${uzip}/usr/local/nvidia/${ver:-latest}/+COMPACT_MANIFEST"
done
fi

Please do a Hardware Probe and post the URL. Thanks.

@probonopd
Copy link
Member

probonopd commented Jan 22, 2023

Regarding the WLAN, please let's discuss this in #416. Did you try the solution from #384. Does it work for you? I don't have this kind of hardware to test with.

@probonopd
Copy link
Member

@n0bzeR which helloSystem build are you using?

@probonopd probonopd changed the title can you add driver for nvidia GPU ? (ver. 390, legacy) Use Nvidia 390 driver for Nvidia FTX 570 Jan 22, 2023
@n0bzeR
Copy link
Author

n0bzeR commented Jan 23, 2023

@n0bzeR which helloSystem build are you using?

version 0.8.0_0H284-FreeBSD-13.1
where i can find nvidia-390 settings, if that installed in that version ? o.O
im not ses any nvidia in terminal..
you really installed driver, from official nvidia site ? or its... like nouveau in linux (open source driver)
or for BSD, no need apps like for linux? nvidia-390xx-settings nvidia-smi nvidia-xconfig ?

I can't figure out why I can't connect to the network even though I enter the correct password
signal, in the network diagram, shows good
I enter the password, and wait for 2 minutes, then it writes to me, well, I was able to connect
that adapter work in mac os catalina, linux, and windows...

maybe something else needs to be done?
I wrote some commands in the terminal, according to the guides on YouTube
the terminal says to me, perhaps the DHCP service is not running?
and yet, while the distribution is being loaded, I saw this line there:
wlan0 not link (i seed that on boot OS)

i just installed that os, connected USB 2.0 rtl8192eu, and in network, pick my wifi, and enter pass
but... not connected.. after 2 mins...

i just added that in configs:
/etc/rc.conf
wlans_rtwn0="wlan0"
ifconfig_wlan0="WPA SYNCDHCP"

/etc/wpa_supplicant.conf
network={
ssid="hi1"
psk="12345678a"
}

@n0bzeR
Copy link
Author

n0bzeR commented Jan 26, 2023

@n0bzeR which helloSystem build are you using?

okay , no need help with GPU driver
i just installed on virtual box, and in virtual box installed 390 driver nvidia + xconfig + settings
and after, just unpack virtual box on my hard disk.

but, I DONT KNOW HOW fix network =-=
realtek rtl8192eu not connect to wifi! =-=
not know why! i see networkds. enter password... nothing....
windows. linux. mac os. - all work.
your freebsd - not connect to wifi. (13.1 -14.0)

@probonopd
Copy link
Member

probonopd commented Jan 26, 2023

Please:

  • Write proper English sentences
  • Open a separete GitHub issue for each problem
  • Close issues if they are no longer an issue

This is a bug tracker and not a support channel. Thanks for your understanding.

@probonopd
Copy link
Member

"okay , no need help with GPU driver"; I am assuming this can be closed then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants