Acer Extensa 5635Z लैपटॉप पर Ubuntu 9.04 के साथ बेसिक नेटवर्किंग समस्या


0

मैंने अभी-अभी Ubuntu 9.04 को एक बिलकुल नए Acer Extensa 5635Z लैपटॉप पर स्थापित किया है , लेकिन ईथरनेट नेटवर्किंग काम नहीं करता है (वायरलेस या तो काम नहीं करता है, लेकिन मैं अभी के लिए ईथरनेट से खुश हूं)।

eth0 को / etc / नेटवर्क / इंटरफेस में सूचीबद्ध नहीं किया गया है:

$ cat /etc/network/interfaces 
auto lo
iface lo inet loopback

lshw निक दिखाती है, लेकिन मैं जानकारी से बहुत मतलब नहीं निकाल सकता:

$ sudo lshw -class network -sanitize
  *-network DISABLED
       description: Wireless interface
       product: AR928X Wireless Network Adapter (PCI-Express)
       vendor: Atheros Communications Inc.
       physical id: 0
       bus info: pci@0000:07:00.0
       logical name: wmaster0
       version: 01
       serial: [REMOVED]
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix bus_master cap_list logical ethernet physical wireless
       configuration: broadcast=yes driver=ath9k latency=0 module=ath9k multicast=yes wireless=IEEE 802.11bgn
  *-network UNCLAIMED
       description: Ethernet controller
       product: Attansic Technology Corp.
       vendor: Attansic Technology Corp.
       physical id: 0
       bus info: pci@0000:09:00.0
       version: c0
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress vpd cap_list
       configuration: latency=0
  *-network DISABLED
       description: Ethernet interface
       physical id: 1
       logical name: pan0
       serial: [REMOVED]
       capabilities: ethernet physical
       configuration: broadcast=yes driver=bridge driverversion=2.3 firmware=N/A link=yes multicast=yes

आपकी सहायताके लिए धन्यवाद!

जवाबों:


1

सबसे पहले, Ubuntu 9.04 वर्तमान में एथरोस AR8121 / AR8113 / AR8114 / AR8131 / AR8132 PCI-E ईथरनेट NIC का समर्थन नहीं करता है।

समर्थन जोड़ने के लिए, मैंने एक कर्नेल मॉड्यूल संकलित और स्थापित किया:

  1. Http://partner.atheros.com/Drivers.aspx से AR81Family-linux-v1.0.0.10.tar.gz डाउनलोड करें
  2. tar -xzvf AR813X-linux-v1.0.0.9.tar.gz
  3. cd src
  4. बनाना
  5. सुडोल बनाते हैं
  6. sudo insmod atl1e.ko
  7. सेवा नेटवर्किंग पुनरारंभ (मेरे मामले में आवश्यक नहीं)

0

संभवत: पहले अपना वायरलेस काम करना आसान हो जाएगा फिर देखें कि क्या आप उस पर, इन निर्देशों को अपडेट कर सकते हैं

 Re: Atheros ar928x wlan HELP
Code:

sudo su 
enter your password
echo 0 > /sys/devices/platform/asus-laptop/bluetooth
echo 1 > /sys/devices/platform/asus-laptop/wlan

__________________
AKA space_cadet in #ubuntu and ##windows
Ubuntu user #23413 

यहां से http://ubuntuforums.org/showthread.php?t=930667 मदद कर सकते हैं

हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.