[+] Missing Firmware, Jessie

Masz problemy z siecią bądź internetem? Zapytaj tu
kviatek
Beginner
Posty: 175
Rejestracja: 07 lutego 2015, 08:07

Post autor: kviatek »

Netinstall, potem ściągam Gnome w podstawowje wersji.
Awatar użytkownika
navigator
Beginner
Posty: 365
Rejestracja: 25 grudnia 2013, 16:13

Post autor: navigator »

A pokarz jeszcze:

Kod: Zaznacz cały

cat /etc/apt/sources.list
kviatek
Beginner
Posty: 175
Rejestracja: 07 lutego 2015, 08:07

Post autor: kviatek »

Kod: Zaznacz cały

deb http://ftp.pl.debian.org/debian/ jessie main non-free contrib
deb-src http://ftp.pl.debian.org/debian/ jessie main non-free contrib
deb http://security.debian.org/ jessie/updates main contrib non-free
deb-src http://security.debian.org/ jessie/updates main contrib non-free
deb http://ftp.pl.debian.org/debian/ jessie-updates main non-free contrib
deb-src http://ftp.pl.debian.org/debian/ jessie-updates main non-free contrib
deb http://ftp.pl.debian.org/debian/ jessie-backports main contrib non-free
deb http://www.deb-multimedia.org/ stable main non-free
deb-src http://www.deb-multimedia.org/ stable main non-free[CODE]
Awatar użytkownika
navigator
Beginner
Posty: 365
Rejestracja: 25 grudnia 2013, 16:13

Post autor: navigator »

Po instalacji robisz:

Kod: Zaznacz cały

apt-get update

Kod: Zaznacz cały

apt-get upgrade
i to pokazać:

Kod: Zaznacz cały

ifconfig -a

Kod: Zaznacz cały

cat /etc/resolv.conf

Kod: Zaznacz cały

cat /etc/network/interfaces
masz network-manager czy wicd

Jak jakie zależności nie poszły to jeszcze można spróbować:

Kod: Zaznacz cały

apt-get install -f
kviatek
Beginner
Posty: 175
Rejestracja: 07 lutego 2015, 08:07

Post autor: kviatek »

Wyniki

Kod: Zaznacz cały

ifconfig -a
eth0      Link encap:Ethernet  HWaddr 00:1e:33:b8:86:6a  
          inet addr:192.168.0.13  Bcast:192.168.0.255  Mask:255.255.255.0
          inet6 addr: fe80::21e:33ff:feb8:866a/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:708 errors:0 dropped:0 overruns:0 frame:0
          TX packets:878 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:362503 (354.0 KiB)  TX bytes:127600 (124.6 KiB)

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:65536  Metric:1
          RX packets:24 errors:0 dropped:0 overruns:0 frame:0
          TX packets:24 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:1536 (1.5 KiB)  TX bytes:1536 (1.5 KiB)

wlan0     Link encap:Ethernet  HWaddr 00:24:d2:6f:18:3a  
          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[CODE]

[CODE]cat /etc/resolv.conf
nameserver 62.179.1.62
nameserver 62.179.1.[CODE]

[CODE]cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

source /etc/network/interfaces.d/*

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
allow-hotplug eth0
iface eth0 inet dhcp[CODE]

Używam Network Manager
Awatar użytkownika
navigator
Beginner
Posty: 365
Rejestracja: 25 grudnia 2013, 16:13

Post autor: navigator »

zrób tak i zobacz co będzie:
/etc/network/interfaces:

Kod: Zaznacz cały

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).


# The loopback network interface
auto lo
iface lo inet loopback
kviatek
Beginner
Posty: 175
Rejestracja: 07 lutego 2015, 08:07

Post autor: kviatek »

Mam wejść w ten katalog? Mam taką odpowiedź:

Kod: Zaznacz cały

/etc/network/interfaces
bash: /etc/network/interfaces: Brak dostępu[CODE]
Awatar użytkownika
navigator
Beginner
Posty: 365
Rejestracja: 25 grudnia 2013, 16:13

Post autor: navigator »

Tak np:

Kod: Zaznacz cały

nano /etc/network/interfaces
nano nasz zainstalowanego (konsolowy edytor txt)
i w zasadzie to powinno być tak
/etc/network/interfaces:

Kod: Zaznacz cały

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).


# The loopback network interface
auto lo
iface lo inet loopback


# The primary network interface
#allow-hotplug eth0
#iface eth0 inet dhcp
kviatek
Beginner
Posty: 175
Rejestracja: 07 lutego 2015, 08:07

Post autor: kviatek »

Ok, wyskoczyło to:

Kod: Zaznacz cały

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

source /etc/network/interfaces.d/*

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
allow-hotplug eth0
iface eth0 inet dhcp[CODE]
Awatar użytkownika
navigator
Beginner
Posty: 365
Rejestracja: 25 grudnia 2013, 16:13

Post autor: navigator »

Przeładować neta albo restart i zobaczyć co będzie
nie wiem tylko co to za wpis:

Kod: Zaznacz cały

[color=#333333][font=Verdana]source /etc/network/interfaces.d/*[/font][/color]
Zablokowany