Hi
Just done install of sab 5.5 e17 to replace an old release of fedora
The pc has an onboard nvidia wired network (no WiFi) --- cannot find way to enable it in e17 .... ConnMan is not my friend here it seems.
Any tips?
Thanks
Moderator: Moderators
$ su
Password: <--- Here you type the root user's password.
# rc-update del connman default
# rc-update add NetworkManager default
# /etc/init.d/connman stop
# /etc/init.d/NetworkManager start
# exit
$ nm-applet &
$ $ killall -9 nm-applet
$ gksu nm-applet &rc-update del NetworkManager
###### Connection Configuration ######
routes_eth0=( "default via 192.168.1.1" )
config_eth0=( "192.168.1.93/24" )
enable_ipv6_eth0="false"
dns_servers_eth0="192.168.1.1"
auto_eth0="true"
/etc/init.d/net.eth0 start
rc-update add net.eth0 default
rc
###### Connection Configuration ######
routes_eth0="default via 192.168.1.1"
config_eth0="192.168.1.93/24"
enable_ipv6_eth0="false"
dns_servers_eth0="192.168.1.1"
auto_eth0="true"Return to Networking and Wireless
Users browsing this forum: No registered users and 0 guests