You are not logged in.
1) I booted into the new Arch Linux ISO (2013.01.04 x86_64)
2) Succesfully switched my modem with usb_modeswitch
3) Succesfully connected with sakis3g
To my surprise, network is NOT up.
# ping google.com
ping: unknown host google.com
Yet sakis3g shows that I'm connected:
# sakis3g status
E173 connected to T-Mobile UK (23430).
How do I get the network up and running?
Cheers.
Last edited by jasewobble (2013-01-18 01:11:42)
Offline
Have you set up your name servers in resolv.conf? Google's 8.8.8.8 should be enough.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
Have you set up your name servers in resolv.conf? Google's 8.8.8.8 should be enough.
I just checked resolv.conf and the name servers were indeed missing. After adding them, I was still was not able to ping google.com but I tried pinging 8.8.8.8 instead and it worked. Network is up but DNS for some reason isn't.
Edit: if I reconnect with sakis3g, the name servers disappear from resolv.conf.
Last edited by jasewobble (2013-01-18 00:32:40)
Offline
Are you using (do you need to use) dhcpcd or dhclient? I'm not familiar with sakis3g, but any other connection method, once you are connected, you still need to use dhcp client.
Last edited by Trilby (2013-01-18 01:00:47)
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Are you using (do you need to use) dhcpcd or dhclient? I'm not familiar with sakis3g, but any other connection method, once you are connected, you still need to use dhcp client.
# killall -9 dhcpd
It's working now! Cheers.
Offline