PDA

نسخه کامل مشاهده نسخه کامل : مشکل در اتصال به اینترنت از طریق وایرلس با alfa awus



mohammadamingh
10-06-2011, 11:00
سلام دوستان [ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

امیدوارم خوب باشید




راستش با هزارتا بدبختی :41:
بالاخره ابونتوی 11 رو دانلود کردم

از طریق wubi اونو نصب کردم

بعد از نصب چندتا مشکل واسم پیش اومده

اول اینکه لبتابم نسبت به حالتی که روی ویندوزم بیشتر گرم میشه

دوم اینکه من از وایرلس برای کانکت شدن به اینترنت استفاده میکنم
مشکلی که آلان هست تا زمانی که بلوتوث لبتابمو روشن نکن اون اکسس پوینتم شناخته نمیشه

بعدشم شناخته که میشه
تنها اون شبکه ها رو نشون میده
هر کاری میکنم نمیتونم به اینترنت کانکت شم

امروز هر بار که میومدم و تنظیمات کانکشنو به اون چیزی که باید باشه تغییر میدادم
آنتن اون کانکشن قطع میشد و دیگه اونو نمیتونست پیدا کنه
اما نمیدونم دلیش چیه!
حتی چند بار هم اومدم و تنها یوزر و پسوردو وارد کردم اما با همون تنظیمات پیش فرض بازم آنتنش قطع شد و دیگه پیدا نمیشد



در مورد مک آدرس هم بگم که اصلا نمیشناسه و مقداری نداره





مدل اکسس پوینت و لبتاب:


اکسس پوینت alfa awus036h هست

با مشخصات:
standards:wireless:ieee 802.11
security:wep 64/128
802.1x support
Wpa
wap-psk
wap ll

و لبتاب vaio cw26fg



لطفا هر کدوم از دوستا که دلیل این مشکلاتو میدونه کمک کنه :11:

hashem_wolf
13-06-2011, 12:50
درایور شما به درستی نصب نشده
بسته سورس درایور را که در سی دی همراه رادیو هست
کامپایل کنید.

mohammadamingh
18-07-2011, 11:41
دوستان سلام


این متن ReadMe اکسس پوینت منه

اما من هیچی ازش نمیفهمم

نمیدونم چطور باید این درایورو نصب کنم


راستش من تا همین لحظه نتونستم از توی اوبونتو به اینترنت کانکت شم
هنوز مشکلاتی رو که توی تاپیک اول گفتم بر طرف نشده

اگر از دوستان کسی میتونه کمک کنه ممنون میشم یه راهنمایی بهم بده :11:




لطفا کمک کنید:41::11:



Release Date: 2006-02-09, ver 1.2
RTL8187 Linux driver version 1.2

--This driver supports RealTek RTL8187 Wireless LAN driver for
Fedora Core 2/3/4/5, Debian 3.1, Mandrake 10.2/Mandriva 2006,
SUSE 9.3/10.1/10.2, Gentoo 3.1, etc.
- Support Client mode for either infrastructure or adhoc mode
- Support WEP and WPAPSK connection

< Component >
The driver is composed of several parts:
1. Module source code
stack.tar.gz
drv.tar.gz

2. Script ot build the modules
makedrv

3. Script to load/unload modules
wlan0up
wlan0down

4. Script and configuration for DHCP
wlan0dhcp
ifcfg-wlan0
4. Supplicant source code:
wpa_supplicant-0.4.9.tar.gz

5. Example of supplicant configuration file:
wpa1.conf

< Installation >
Runing the scripts can finish all operations of building up modules
from the source code and start the nic.
1. Build up the drivers from the source code
./makedrv

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

< 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 >
WPA_SUPPLICANT help the network to communicate under the protection of WPAPSK
mechanism

(1)Unpack source code of WPA supplicant:
tar -zxvf wpa_supplicant-0.4.9.tar.gz
cd wpa_supplicant-0.4.9

(2)Create .config file:
cp defconfig .config

(3)Edit .config file, uncomment the following line:
#CONFIG_DRIVER_IPW=y.

(4)Build WPA supplicant:
make
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
برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید, 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".
network={
ssid="BufAG54_Ch6"
proto=WPA
key_mgmt=WPA-PSK
pairwise=CCMP TKIP
group=CCMP TKIP WEP104 WEP40
psk="87654321"
priority=2
}

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

rootnt
18-07-2011, 14:37
نمیدونم چطور باید این درایورو نصب کنم
این نوع مشکلات رو سخته از راه دور حل کنی یعنی باید پشت سیستم باشی
الان این راهنما هم که خیلی قشنگ توضیح داده چی کار کنی:

برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

mohammadamingh
18-07-2011, 14:41
راستش من خیلی چیزی ازش متوجه نمیشم:41:

اگه بیشتر راهنمایی کنید ممنون میشم:11:

taia
20-07-2011, 09:36
راستش من خیلی چیزی ازش متوجه نمیشم:41:

اگه بیشتر راهنمایی کنید ممنون میشم:11:

بهتره اول این راهنما رو ببینید:

برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

و طبق این راهنما ابتدا باید ببینید که کارت شما در چه حالتی قرار داره: ( با استفاده از دستور sudo lshw -C network )


CLAIMED, UNCLAIMED, ENABLED or DISABLED
بعد از اون میشه ادامه داد، و مشکل رو حل کرد، پس ابتدا این کار رو انجام بدید.

mohammadamingh
21-07-2011, 22:09
بهتره اول این راهنما رو ببینید:

برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنیدو طبق این راهنما ابتدا باید ببینید که کارت شما در چه حالتی قرار داره: ( با استفاده از دستور sudo lshw -C network )


بعد از اون میشه ادامه داد، و مشکل رو حل کرد، پس ابتدا این کار رو انجام بدید.


taia جون اون کاری که گفتیو انجام دادم
و اینم نتیجش:




ali@ubuntu:~$ sudo lshw -C network
[sudo] password for ali:
*-network
description: Wireless interface
product: Centrino Advanced-N 6200
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:02:00.0
logical name: wlan0
version: 35
serial: 00:23:14:47:14:50
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=iwlagn driverversion=2.6.38-8-generic firmware=9.221.4.1 build 25532 latency=0 link=no multicast=yes wireless=IEEE 802.11abg
resources: irq:44 memory:e7a00000-e7a01fff
*-network
description: Ethernet interface
product: 88E8057 PCI-E Gigabit Ethernet Controller
vendor: Marvell Technology Group Ltd.
physical id: 0
bus info: pci@0000:04:00.0
logical name: eth0
version: 10
serial: 54:42:49:03:ab:3c
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list rom ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=sky2 driverversion=1.28 firmware=N/A latency=0 link=no multicast=yes port=twisted pair
resources: irq:41 memory:e5220000-e5223fff ioport:a000(size=256) memory:e5200000-e521ffff
*-network
description: Wireless interface
physical id: 1
bus info: usb@2:1.2
logical name: wlan1
serial: 00:c0:ca:3a:6f:fa
capabilities: ethernet physical wireless
configuration: broadcast=yes driver=rtl8187 driverversion=2.6.38-8-generic firmware=N/A link=no multicast=yes wireless=IEEE 802.11bg
ali@ubuntu:~$