Ασύρματη σύνδεση δικτύου

...ρύθμιση-εγκατάσταση δικτύων

Συντονιστές: adem1, the_eye

Ασύρματη σύνδεση δικτύου

Δημοσίευσηαπό ΠΑΤΕΝΤΙΑΡΗΣ » 14 Μαρ 2010, 02:26

ΚΑΛΗΣΠΈΡΑ. Έχω έναν υπολογιστή για σύνδεση με το ρούτερ μου και δεν μπορώ να το καταφέρω Ο υπολογιστης είναι με 2 λειτουργικά Ένα usb που είχα από παλιά και δουλεύει στα Windows δεν δουλεύει στο ubuntu 8.04 64bit Με το live cd πάλι δεν μπαίνει στο δίκτυο αλλά εκεί τουλάχιστον ανάβει η κάρτα. Αγόρασα ένα άλλο AIR LIVE WL-1600 USB το οποίο έχει driver για λίνουξ και πορ`όλο που βρήκα τίς οδηγίες δεν μπορώ να το εγκαταστήσω γιατί μάλλον μας θεωρούν προχωρημένους στα λινουξ και δεν τα λένε όλα, ίσως τα αρχίζουν από τη μέση ή τα πάνε με άλματα
το ubuntu έχουν φορτωμένο τον 24άρι και τον 27άρι πυρήνα. Έδωσα εντολή με τον τερματικό με την διαδρομή που το αντέγραψα στην επιφάνεια εργασίας και λέει πως δεν είναι γνωστή η διαδρομή Όποιος μπορεί να βοηθήσει γιατί έχω να το συνδέσω με τρείς υπολογιστές Windows and Ubuntu
1 Γνώσεις Linux: Λίγες ┃ Προγραμματισμού: Ὄχι ┃ Αγγλικών: Λίγα
2 Ubuntu 12.04 precise 3.2.0-29-generic 64bit (el_GR.UTF-8), Ubuntu 3.2.0-27-generic
3 AMD Phenom II X4 965 Processor 3,4 GHZ‖ RAM Corsair DDR3 2X2GB=3954 MiB ‖ MSI 870A-G54 (MS-7599) - MSI MS-7599
4 nVidia GT215 ZOTAC [GeForce GT 240] [10de:0ca3] (rev a2)
5 eth0: Realtek RTL-8169 Gigabit Ethernet [10ec:8169] (rev 10) ⋮ eth1: Realtek RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 03)
6 Ὁθόνη: EIZO FlexScan S1910
7 Τροφοδοτικό: CORSAIR HX620W
ΠΑΤΕΝΤΙΑΡΗΣ
punkTUX
punkTUX
 
Δημοσιεύσεις: 256
Εγγραφή: 12 Οκτ 2009, 23:59
Εκτύπωση

Re: Ασύρματη σύνδεση δικτύου

Δημοσίευσηαπό ΠΑΤΕΝΤΙΑΡΗΣ » 14 Μαρ 2010, 02:33

Εδώ οι οδηγίες
[quote
RTL8187L Linux driver version 1037

--This driver supports RealTek RTL8187L Wireless LAN NIC for
2.6 kernel:
Fedora Core 2/3/4/5/6/7, Debian 3.1, Mandrake 10.2/Mandriva 2006,
SUSE 9.3/10.1/10.2, Gentoo 3.1, etc, Ubuntu8.04/8.10.
2.4 kernel:
Redhat 9.2, etc
- Support Client mode for either infrastructure or adhoc mode
- Support WEP, WPAPSK and WPA2PSK connection

======================================================================================
Component
======================================================================================
The driver is composed of several parts:
1. Module source code
ieee80211
rtl8187

2. Script ot build the modules
Makefile

3. Script to load/unload modules
wlan0up
wlan0down

4. Script and configuration for DHCP
wlan0dhcp
ifcfg-wlan0

5. Supplicant source code:
wpa_supplicant-0.5.5.tar.gz

6. Example of supplicant configuration file:
wpa1.conf

======================================================================================
Installation
======================================================================================
<<Method 1>>
Runing the scripts can finish all operations of building up modules
from the source code, installing driver to the kernel and starting up the nic.
1. Build up the drivers from the source code
make

2. Install the driver to the kernel
make install
reboot

3. bring up wlan if nic is not brought up by GUI, such as NetworkManager
ifconfig wlan0 up
Note: use ifconfig to check whether wlan0 is brought up and use iwconfig to
check your wlan interface name,since it may change wlan0 to wlan1,etc.

<<Method 2>>
Or only load the driver module to kernel and start up nic.
1. Build up the drivers from the source code
make

2. Load driver module to kernel and start up nic.
./wlan0up

Note: when "insmod: error inserting 'xxxx.ko': -1 File exists" comes out
after run ./wlan0up, please run ./wlan0down first, then it should
be ok..
Note: If you see the message of "unkown symbol" during ./wlan0up, it
is suggested to build driver by <<Method 1>>.

======================================================================================
Set wireless lan MIBs
======================================================================================
This driver uses Wireless Extension as an interface allowing you to set
Wireless LAN specific parameters.

Current driver supports "iwlist" to show the device status of nic
iwlist wlan0 [parameters]
where
parameter explaination [parameters]
----------------------- -------------
Show available chan and freq freq / channel
Show and Scan BSS and IBSS scan[ning]
Show supported bit-rate rate / bit[rate]
Show Power Management mode power

For example:
iwlist wlan0 channel
iwlist wlan0 scan
iwlist wlan0 rate
iwlist wlan0 power

Driver also supports "iwconfig", manipulate driver private ioctls, to set
MIBs.

iwconfig wlan0 [parameters] [val]
where
parameter explaination [parameters] [val] constraints
----------------------- ------------- ------------------
Connect to AP by address ap [mac_addr]
Set the essid, join (I)BSS essid [essid]
Set operation mode mode {Managed|Ad-hoc}
Set keys and security mode key/enc[ryption] {N|open|restricted|off}

For example:
iwconfig wlan0 ap XX:XX:XX:XX:XX:XX
iwconfig wlan0 essid "ap_name"
iwconfig wlan0 mode Ad-hoc
iwconfig wlan0 mode essid "name" mode Ad-hoc
iwconfig wlan0 key 0123456789 [2] open
iwconfig wlan0 key off
iwconfig wlan0 key restricted [3] 0123456789

======================================================================================
Getting IP address
======================================================================================
After start up the nic, the network needs to obtain an IP address before
transmit/receive data.
This can be done by setting the static IP via "ifconfig wlan0 IP_ADDRESS"
command, or using DHCP.

If using DHCP, setting steps is as below:
(1)connect to an AP via "iwconfig" settings
iwconfig wlan0 essid [name] or
iwconfig wlan0 ap XX:XX:XX:XX:XX:XX

(2)run the script which run the dhclient
./wlan0dhcp
or
dhcpcd wlan0
(Some network admins require that you use the
hostname and domainname provided by the DHCP server.
In that case, use
dhcpcd -HD wlan0)

======================================================================================
WPAPSK/WPA2PSK
======================================================================================
Wpa_supplicant helps to secure wireless connection with the protection of
WPAPSK/WPA2PSK mechanism.

If the version of Wireless Extension in your system is equal or larger than 18,
WEXT driver interface is recommended. Otherwise, IPW driver interface is advised.

Note: Wireless Extension is defined us "#define WIRELESS_EXT" in Kernel
Note: To check the version of wireless extension, please type "iwconfig -v"

If IPW driver interface is used, We suggested to follow the steps from 1 to 6.
If wpa_supplicant has been installed in your system, only steps 5 and 6 are required
to be executed for WEXT driver interface.

To see detailed description for driver interface and wpa_supplicant, please type
"man wpa_supplicant".

(1)Download latetest source code for wpa supplicant or use wpa_supplicant-0.5.5
attached in this package. (It is suggested to use default package contained
in the distribution because there should less compilation issue.)

Unpack source code of WPA supplicant:

tar -zxvf wpa_supplicant-0.5.5.tar.gz (e.g.)
cd wpa_supplicant-0.5.5

(2)Create .config file:

cp defconfig .config

(3)Edit .config file, uncomment the following line if ipw driver interface
will be applied:

#CONFIG_DRIVER_IPW=y.

(4)Build and install WPA supplicant:

make
cp wpa_cli wpa_supplicant /usr/local/bin

If make error for lack of <include/md5.h>, install the openssl lib(two ways):
1. Install the openssl lib from corresponding installation disc:
Fedora Core 2/3/4/5(openssl-0.9.71x-xx),
Mandrake10.2/Mandriva10.2(openssl-0.9.7x-xmdk),
Debian 3.1(libssl-dev), Suse 9.3/10.0/10.1(openssl_devl),
Gentoo(dev-libs/openssl), etc.
2. Download the openssl open source package from http://www.openssl.org, build and
install it.

(5)Edit wpa_supplicant.conf to set up SSID and its passphrase.
For example, the following setting in "wpa1.conf" means SSID
to join is "BufAG54_Ch6" and its passphrase is "87654321".

Example 1: Configuration for WPA-PWK
network={
ssid="BufAG54_Ch6"
proto=WPA
key_mgmt=WPA-PSK
pairwise=CCMP TKIP
group=CCMP TKIP WEP104 WEP40
psk="87654321"
priority=2
}

Example 2: Configuration for LEAP
network={
ssid="BufAG54_Ch6"
key_mgmt=IEEE8021X
group=WEP40 WEP104
eap=LEAP
identity="user1"
password="1111"
}

Note: 1. proto=WPA for WPA, proto=RSN for WPA2.
2. If user needs to connect an AP with WPA or WPA2 mixed mode, it is suggested
to set the cipher of pairwise and group to both CCMP and TKIP unless you
know exactly which cipher type AP is configured.
3. Low kernel version which is lower than 2.6.18.rc2 may have trouble with
TKIP heavy traffic while SMP is configured. Please change your security
cipher or update your kernel.
4. According to documentaion "wpa_supplicant.conf" provided by the package of
wpa_supplicant, ap_scan is set to 2 for IBSS connection. If user is trying to
associate to AP in Infrastructure mode, please unmark this line us as belowing
"#ap_scan=2"

(6)Execute WPA supplicant (Assume related modules had been loaded):
wpa_supplicant -D wext -c wpa1.conf -i wlan0 & (recommended)
wpa_supplicant -D ipw -c wpa1.conf -i wlan0

Note: At first, user sholud check Wireless Extension by typing "iwconfig -v"
on the comment line. If the version of Wireless Extension is equal or
larger than 18, the option of "-D wext" is suggested. If the version
of Wireless extension is less than 18, the option of "-D ipw" is
suggested.

But before you use "wext" or "ipw" command, you sholud check which drivers
wpa_supplicant can support by typing command "wpa_supplicant". after typing the
comment line, you can see some infomations about wpa_supplicant are listed,
example:
---------------------------------------------------------------------------
usage:
XXXXXXXXX
drivers:
wext = Linux wireless extensions (generic)
atmel = ATMEL AT76C5XXx (USB, PCMCIA)
wired = wpa_supplicant wired Ethernet driver
options:
XXXXXXXXX
example:
XXXXXXXXX
---------------------------------------------------------------------------
The driver interface wpa_supplicant can support are listed in "drivers",
if "ipw" or "wext" is not listed in it, you can only use the the other interface.
If the interface you want to use is not supported by wpa_supplicant. you can
follow steps (1)-(6), And in step (3) you must let:

CONFIG_DRIVER_IPW=y.
or
CONFIG_DRIVER_WEXT=y.
or both
CONFIG_DRIVER_IPW=y.
CONFIG_DRIVER_WEXT=y.

======================================================================================
GPIO methord for Radio On/Off
======================================================================================
1. The Change For Deliverring Power State:

Now we add the RadioPower.sh script in the driver root path.
When you run ./wlan0up or make install, this script will be copied
to /etc/acpi/events. And the driver can deliver the power
state "RFON" or "RFOFF" into /etc/acpi/events/RadioPower.sh from driver.
So you can change this script based on the power state RFON or RFOFF.

2. For Example:

Now the RadioPower.sh's content is:
if[ "$1" = ""RFON ]; then
echo "===================>Now Polling Method Turn RF ON!" > /etc/acpi/events/RadioPowerTest
else
echo "===================>Now Polling Method Turn RF OFF!" > /etc/acpi/events/RadioPowerTest
fi

So when you turn on RF using Polling Method, you can see "===================>>Now Polling Method Turn RF ON!"
using command: cat /etc/acpi/events/RadioPowerTest.

And when you turn off RF using Polling Method, you can see "===================>>Now Polling Method Turn RF OFF!"
using command: cat /etc/acpi/events/RadioPowerTest.
][/quote]
1 Γνώσεις Linux: Λίγες ┃ Προγραμματισμού: Ὄχι ┃ Αγγλικών: Λίγα
2 Ubuntu 12.04 precise 3.2.0-29-generic 64bit (el_GR.UTF-8), Ubuntu 3.2.0-27-generic
3 AMD Phenom II X4 965 Processor 3,4 GHZ‖ RAM Corsair DDR3 2X2GB=3954 MiB ‖ MSI 870A-G54 (MS-7599) - MSI MS-7599
4 nVidia GT215 ZOTAC [GeForce GT 240] [10de:0ca3] (rev a2)
5 eth0: Realtek RTL-8169 Gigabit Ethernet [10ec:8169] (rev 10) ⋮ eth1: Realtek RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 03)
6 Ὁθόνη: EIZO FlexScan S1910
7 Τροφοδοτικό: CORSAIR HX620W
ΠΑΤΕΝΤΙΑΡΗΣ
punkTUX
punkTUX
 
Δημοσιεύσεις: 256
Εγγραφή: 12 Οκτ 2009, 23:59
Εκτύπωση

Re: Ασύρματη σύνδεση δικτύου

Δημοσίευσηαπό logari81 » 14 Μαρ 2010, 11:38

ΠΑΤΕΝΤΙΑΡΗΣ έγραψε:Αγόρασα ένα άλλο AIR LIVE WL-1600 USB το οποίο έχει driver για λίνουξ και πορ`όλο που βρήκα τίς οδηγίες δεν μπορώ να το εγκαταστήσω

δεν χρειάζεται να εγκαταστησεις τιποτα, συνδεσε απλώς την συσκευή και θα δουλευει. Αν τυχον δεν δουλευει δώσε μας το αποτελεσμα της εντολής:
Κώδικας: Επιλογή όλων
lsusb

με την συσκευη συνδεμενη.
http://opensourceecology.org/


Λειτουργικό: Ubuntu 10.04 lucid 64-bitΠροδιαγραφές: 4x Intel Core i5 CPU M 450 2.40GHz ‖ RAM 3696 MiB ‖ Lenovo KL3 - LENOVO IdeaPad Y560
Κάρτα γραφικών: ATI Device [1002:68c0]Ασύρματο: wlan0: Atheros Inc. AR928X Wireless Network Adapter (PCI-Express) [168c:002a] (rev 01)
logari81
Επίτιμο μέλος
Επίτιμο μέλος
 
Δημοσιεύσεις: 6074
Εγγραφή: 14 Μάιος 2008, 10:40
Εκτύπωση

Re: Ασύρματη σύνδεση δικτύου

Δημοσίευσηαπό stavrosLinux » 14 Μαρ 2010, 12:37

πάντως τα usb modem / router δεν είναι και ότι καλύτερο γενικά, προτιμότερο είναι ethernet ;)
Επ. Γνώσεων: Linux, Μέτριο┃ Προγρ/σμός, Όχι ┃ Αγγλικά, Kαλά
PC's: i) Lubuntu 13.10 @ Lenovo G550 "Droopy" broadcom BCM4312 {PCI-ID 14e4:4315} Intel GMA 4500MHD
ii) CentOS 6.4 @ "Speedy Gonzales" Core2duo E6400 2.13 Gz, ATI Radeon X1950 (free driver)
iii) Lubuntu 13.10 @ "monkey" Pentium D 3.40 GHZ, NV44 [GeForce 6200 LE](rev a1)
Άβαταρ μέλους
stavrosLinux
saintTUX
saintTUX
 
Δημοσιεύσεις: 1319
Εγγραφή: 26 Νοέμ 2008, 19:20
Τοποθεσία: Μυτιλήνη
Εκτύπωση

Re: Ασύρματη σύνδεση δικτύου

Δημοσίευσηαπό ΠΑΤΕΝΤΙΑΡΗΣ » 14 Μαρ 2010, 23:19

Το έχω κάνει και δεν έβγαλε τίποτα με την εντολή. Στα windows δουλεύει χρόνια και δεν είναι ρουτερ απλή κάρτα δικτύου USB είναι .
1 Γνώσεις Linux: Λίγες ┃ Προγραμματισμού: Ὄχι ┃ Αγγλικών: Λίγα
2 Ubuntu 12.04 precise 3.2.0-29-generic 64bit (el_GR.UTF-8), Ubuntu 3.2.0-27-generic
3 AMD Phenom II X4 965 Processor 3,4 GHZ‖ RAM Corsair DDR3 2X2GB=3954 MiB ‖ MSI 870A-G54 (MS-7599) - MSI MS-7599
4 nVidia GT215 ZOTAC [GeForce GT 240] [10de:0ca3] (rev a2)
5 eth0: Realtek RTL-8169 Gigabit Ethernet [10ec:8169] (rev 10) ⋮ eth1: Realtek RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 03)
6 Ὁθόνη: EIZO FlexScan S1910
7 Τροφοδοτικό: CORSAIR HX620W
ΠΑΤΕΝΤΙΑΡΗΣ
punkTUX
punkTUX
 
Δημοσιεύσεις: 256
Εγγραφή: 12 Οκτ 2009, 23:59
Εκτύπωση

Re: Ασύρματη σύνδεση δικτύου

Δημοσίευσηαπό logari81 » 15 Μαρ 2010, 11:00

ΠΑΤΕΝΤΙΑΡΗΣ έγραψε:Το έχω κάνει και δεν έβγαλε τίποτα με την εντολή.

ε πως δεν εβγαλε, δεν ειναι δυνατον να μην βγαλει. Τρεξε
Κώδικας: Επιλογή όλων
lsusb

και δωσε μας το αποτελεσμα.
http://opensourceecology.org/


Λειτουργικό: Ubuntu 10.04 lucid 64-bitΠροδιαγραφές: 4x Intel Core i5 CPU M 450 2.40GHz ‖ RAM 3696 MiB ‖ Lenovo KL3 - LENOVO IdeaPad Y560
Κάρτα γραφικών: ATI Device [1002:68c0]Ασύρματο: wlan0: Atheros Inc. AR928X Wireless Network Adapter (PCI-Express) [168c:002a] (rev 01)
logari81
Επίτιμο μέλος
Επίτιμο μέλος
 
Δημοσιεύσεις: 6074
Εγγραφή: 14 Μάιος 2008, 10:40
Εκτύπωση

Re: Ασύρματη σύνδεση δικτύου

Δημοσίευσηαπό ΠΑΤΕΝΤΙΑΡΗΣ » 16 Μαρ 2010, 00:05

Το σύνδεσα με το router και έκανα ενημέρωση με εντολή από το τερματικό. Αργότερα που ξανά προσπάθησα έβγαλε την λίστα, ιδού:
Κώδικας: Επιλογή όλων
pc-athan@JOHN:~$ lsusb
Bus 002 Device 006: ID 1b75:8187
Bus 002 Device 003: ID 0bda:8187 Realtek Semiconductor Corp.
Bus 002 Device 002: ID 07ca:2039 AVerMedia Technologies, Inc.
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 002: ID 046d:c216 Logitech, Inc. Dual Action Gamepad
Bus 001 Device 001: ID 0000:0000
pc-athan@JOHN:~$
1 Γνώσεις Linux: Λίγες ┃ Προγραμματισμού: Ὄχι ┃ Αγγλικών: Λίγα
2 Ubuntu 12.04 precise 3.2.0-29-generic 64bit (el_GR.UTF-8), Ubuntu 3.2.0-27-generic
3 AMD Phenom II X4 965 Processor 3,4 GHZ‖ RAM Corsair DDR3 2X2GB=3954 MiB ‖ MSI 870A-G54 (MS-7599) - MSI MS-7599
4 nVidia GT215 ZOTAC [GeForce GT 240] [10de:0ca3] (rev a2)
5 eth0: Realtek RTL-8169 Gigabit Ethernet [10ec:8169] (rev 10) ⋮ eth1: Realtek RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 03)
6 Ὁθόνη: EIZO FlexScan S1910
7 Τροφοδοτικό: CORSAIR HX620W
ΠΑΤΕΝΤΙΑΡΗΣ
punkTUX
punkTUX
 
Δημοσιεύσεις: 256
Εγγραφή: 12 Οκτ 2009, 23:59
Εκτύπωση

Re: Ασύρματη σύνδεση δικτύου

Δημοσίευσηαπό MakisM1 » 16 Μαρ 2010, 11:35

Νομιζω οτι ειναι αυτο:

Κώδικας: Επιλογή όλων
Bus 002 Device 003: ID 0bda:8187 Realtek Semiconductor Corp.


USB NIC.

Ψαχτο λιγο στο Google.

Φιλικα

ΜακηςΜ
Γνώσεις ⇛ Linux: Χαμηλο ┃ Προγραμματισμός: Όχι ┃ Αγγλικά: Καλά
Λειτουργικό: Ubuntu 22.04.2 (English) σε HP Pavillion TG01 | Eγκατασταση αναβαθμισμενη απο 20.04
Προδιαγραφές ⇛ Intel i5-1040F @ 2.9 GHz Comet Lake│ RAM 16GB │Καρτα γραφικων: nVidia GTX 1650 Μητρικη: HP 8767
WiFi: rtw_8821ce │ Bluetooth: Not used │ Κάρτα Ήχου: Intel Corporation Comet Lake PCH cAVS│ Αναλυση Οθονης: 3840Χ2160 │ Webcam Logitech C210 USB
Οδηγος για νεοεισερχομενους: http://forum.ubuntu-gr.org/viewtopic.php?f=2&t=279
Άβαταρ μέλους
MakisM1
Επίτιμο μέλος
Επίτιμο μέλος
 
Δημοσιεύσεις: 2804
Εγγραφή: 01 Ιούλ 2009, 11:29
Τοποθεσία: Houston, TX
Εκτύπωση

Re: Ασύρματη σύνδεση δικτύου

Δημοσίευσηαπό logari81 » 16 Μαρ 2010, 15:51

ΠΑΤΕΝΤΙΑΡΗΣ έγραψε:Bus 002 Device 003: ID 0bda:8187 Realtek Semiconductor Corp.

αυτην ειναι η συσκευή σου. Δουλευει στο Ubuntu χωρις να χρειάζεται καποια ενεργεια απο εσένα. Επειδη όμως εχεις λιγο παλια εκδοση Ubuntu πιθανον να υπάρχει καποιο μικροπροβληματακι. Δώσε μας τα αποτελέσματα των εντολών
Κώδικας: Επιλογή όλων
iwconfig
sudo iwlist scan
lsmod
http://opensourceecology.org/


Λειτουργικό: Ubuntu 10.04 lucid 64-bitΠροδιαγραφές: 4x Intel Core i5 CPU M 450 2.40GHz ‖ RAM 3696 MiB ‖ Lenovo KL3 - LENOVO IdeaPad Y560
Κάρτα γραφικών: ATI Device [1002:68c0]Ασύρματο: wlan0: Atheros Inc. AR928X Wireless Network Adapter (PCI-Express) [168c:002a] (rev 01)
logari81
Επίτιμο μέλος
Επίτιμο μέλος
 
Δημοσιεύσεις: 6074
Εγγραφή: 14 Μάιος 2008, 10:40
Εκτύπωση

Re: Ασύρματη σύνδεση δικτύου

Δημοσίευσηαπό ΠΑΤΕΝΤΙΑΡΗΣ » 16 Μαρ 2010, 20:34

Και αυτή είναι άλλη συσκευή πάλι ασύρματη (modem) η οποία δουλεύει στα Windows κανονικά
Bus 002 Device 006: ID 1b75:8187
Ιδού και τα αποτελέσματα των εντολών: http://tinypic.com/view.php?pic=34qlreq&s=5
1 Γνώσεις Linux: Λίγες ┃ Προγραμματισμού: Ὄχι ┃ Αγγλικών: Λίγα
2 Ubuntu 12.04 precise 3.2.0-29-generic 64bit (el_GR.UTF-8), Ubuntu 3.2.0-27-generic
3 AMD Phenom II X4 965 Processor 3,4 GHZ‖ RAM Corsair DDR3 2X2GB=3954 MiB ‖ MSI 870A-G54 (MS-7599) - MSI MS-7599
4 nVidia GT215 ZOTAC [GeForce GT 240] [10de:0ca3] (rev a2)
5 eth0: Realtek RTL-8169 Gigabit Ethernet [10ec:8169] (rev 10) ⋮ eth1: Realtek RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 03)
6 Ὁθόνη: EIZO FlexScan S1910
7 Τροφοδοτικό: CORSAIR HX620W
ΠΑΤΕΝΤΙΑΡΗΣ
punkTUX
punkTUX
 
Δημοσιεύσεις: 256
Εγγραφή: 12 Οκτ 2009, 23:59
Εκτύπωση


Επιστροφή στο Δικτύωση / Δίκτυα