network driveri i problem sa dsl vezom
Moderator/ica: Moderatori/ce
Re: network driveri i problem sa dsl vezom
Bio sam stalno spojen. Evo ispis:
zoran@zoran-P55A-UD3 ~ $ sudo ifconfig
[sudo] password for zoran:
eth0 Link encap:Ethernet HWaddr 6c:f0:49:5d:52:30
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:49 Base address:0xe000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:368 errors:0 dropped:0 overruns:0 frame:0
TX packets:368 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:26216 (26.2 KB) TX bytes:26216 (26.2 KB)
zoran@zoran-P55A-UD3 ~ $ route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
zoran@zoran-P55A-UD3 ~ $ cat /etc/network/interfaces
auto lo
iface lo inet loopback
zoran@zoran-P55A-UD3 ~ $ sudo ifconfig
[sudo] password for zoran:
eth0 Link encap:Ethernet HWaddr 6c:f0:49:5d:52:30
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:49 Base address:0xe000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:368 errors:0 dropped:0 overruns:0 frame:0
TX packets:368 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:26216 (26.2 KB) TX bytes:26216 (26.2 KB)
zoran@zoran-P55A-UD3 ~ $ route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
zoran@zoran-P55A-UD3 ~ $ cat /etc/network/interfaces
auto lo
iface lo inet loopback
"I had the blues because I had no shoes until upon the street, I met a man who had no feet."
- glaskoncILLa
- Postovi: 5678
- Pridružen/a: 28 vel 2009, 16:36
Re: network driveri i problem sa dsl vezom
nemas eth0, nemas eth0
sudo gedit /etc/network/interfaces
dodaj ispod svega;
allow-hotplug eth0
iface eth0 inet dhcp
pa
sudo service networking restart
ili restartaj cijeli komp i to bi trebao biti to.
sudo gedit /etc/network/interfaces
dodaj ispod svega;
allow-hotplug eth0
iface eth0 inet dhcp
pa
sudo service networking restart
ili restartaj cijeli komp i to bi trebao biti to.
...."Have you mooed today?"...
..It’s that time of the decade: I’m reinstalling Debian..
..It’s that time of the decade: I’m reinstalling Debian..
Re: network driveri i problem sa dsl vezom
čekaj... mint koristi networkmanager. Ne bi li on to trebao riješiti umjesto editiranja ove config datoteke?
- glaskoncILLa
- Postovi: 5678
- Pridružen/a: 28 vel 2009, 16:36
Re: network driveri i problem sa dsl vezom
network manager gleda postavke u /etc/network/interfaces
ukoliko nisu defaultne, trebao bi odustati od upotrebe samog sebe, ali ako ne vidi interface moze biti nesretan.
ukoliko nisu defaultne, trebao bi odustati od upotrebe samog sebe, ali ako ne vidi interface moze biti nesretan.
...."Have you mooed today?"...
..It’s that time of the decade: I’m reinstalling Debian..
..It’s that time of the decade: I’m reinstalling Debian..
Re: network driveri i problem sa dsl vezom
Joj prijatelji moji, puno vam hvala- Muka je ovo.
Nakon upisa ove komande:
otvara mi se gedit gdje piše:
Kao kaj si mi rekao, ispod svega sam dodao:
i spremio. zatvorio sam gedit i u terminal upisao:
nakon čega sam dobio obavjest:
Tako da sam ručno resetirao OS. E sad, problem i dalje ostaje isti. Iskreno, ne znam kaj smo napravili sa ovim naredbama. Jedina stvar koja se promijenila je to kaj više ne vidim onaj mali indikator u donjem desnom uglu koji pokazuje stanje veze. Probao sam otvoriti browser i spojiti se na router ali nemogu.
Nemate pojma koliko me sve ovo muči, hvala vam na trudu
Nakon upisa ove komande:
Kod: Označi sve
sudo gedit /etc/network/interfaces
Kod: Označi sve
auto lo
iface lo inet loopback
Kod: Označi sve
allow-hotplug eth0
iface eth0 inet dhcp
Kod: Označi sve
sudo service networking restart
Kod: Označi sve
restart: Unknown instance
Nemate pojma koliko me sve ovo muči, hvala vam na trudu
"I had the blues because I had no shoes until upon the street, I met a man who had no feet."
Re: network driveri i problem sa dsl vezom
Probaj ovako ponovo pokrenut mrežu
i da vidimo
e da nemoj se žifcirat sredit ćemo to 
Kod: Označi sve
sudo /etc/init.d/networking restartKod: Označi sve
ifconfig
cat /etc/networking/interfaces
cat /etc/resolv.conf
route -nRe: network driveri i problem sa dsl vezom
Evo prijatelju, pokušao sam ti to nekako posložiti da bude preglednije, zadnjih par naredbi je očito bezuspješno. Ne postoji direktorij cat....
edit: ak bu trebalo ponovno instalirati OS, nije problem. ionako je sve friško instaliorano
Kod: Označi sve
zoran@zoran-P55A-UD3 ~ $ sudo /etc/init.d/networking restart
[sudo] password for zoran:
* Reconfiguring network interfaces... /etc/network/interfaces:4: unknown address type
ifdown: couldn't read interfaces file "/etc/network/interfaces"
/etc/network/interfaces:4: unknown address type
ifup: couldn't read interfaces file "/etc/network/interfaces"
[fail]
Kod: Označi sve
zoran@zoran-P55A-UD3 ~ $ ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:584 errors:0 dropped:0 overruns:0 frame:0
TX packets:584 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:42528 (42.5 KB) TX bytes:42528 (42.5 KB)
Kod: Označi sve
zoran@zoran-P55A-UD3 ~ $ cat /etc/networking/interfaces
cat: /etc/networking/interfaces: No such file or directory
Kod: Označi sve
zoran@zoran-P55A-UD3 ~ $ cat /etc/resolv.conf
cat: /etc/resolv.conf: No such file or directory
Kod: Označi sve
zoran@zoran-P55A-UD3 ~ $ route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
"I had the blues because I had no shoes until upon the street, I met a man who had no feet."
Re: network driveri i problem sa dsl vezom
Budemo još nešto probali uvijek stigneš reinstalirat 
Krivo sam napisao onaj cat ...
Otvori gedit sa i dodaj Restartaj komp pa da vidimo
Krivo sam napisao onaj cat ...
Otvori gedit sa
Kod: Označi sve
sudo gedit /etc/resolv.confKod: Označi sve
nameserver 83.139.104.2
nameserver 83.139.105.2Kod: Označi sve
ifconfig
cat /etc/network/interfacesRe: network driveri i problem sa dsl vezom
Problem riješen! Nećete vjerovati u čemu je problem. Malo sam se igrao po biosu, čisto da provjerim kako stoje stvari ali i to je sve bilo ok, prebacio sam se na google i nakon par sati došao do riješenja. Totalna nebuloza,
Pazi sad ovo:
-cijeli_thread
-post#41
Hvala svima koji su pokušali pomoći!
edit: ovo treba zapamtiti jer je rješenje prilično jednostavno, a nekome može zakomplicirati život. Znam da meni je
Pazi sad ovo:
-cijeli_thread
-post#41
Hvala svima koji su pokušali pomoći!
edit: ovo treba zapamtiti jer je rješenje prilično jednostavno, a nekome može zakomplicirati život. Znam da meni je
"I had the blues because I had no shoes until upon the street, I met a man who had no feet."
Re: network driveri i problem sa dsl vezom
Znal sam da nije do Linuxa 