1. Store
  2. Apps
  3. Hardware
  4. Support
  5. Solutions

ClearFoundation

Forums
Welcome, Guest
Help with WLAN setup
(1 viewing) 1 Guest
Go to bottomPage: 12
TOPIC: Help with WLAN setup
#43076
Help with WLAN setup 10 Months, 4 Weeks ago  
Hi,

Can anyone help me to configure WLAN on my ClearOS home gateway? I would love to completely get rid of my old router. I have just installed the server, there is a wireless adapter already in place, but I need help configuring it.

Here is the output of lspci:

Code:


[root@HomeServ ~]# lspci
00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 12)
00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 12)
00:16.0 Communication controller: Intel Corporation 5 Series/3400 Series Chipset HECI Controller (rev 06)
00:1a.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB Universal Host Controller (rev 06)
00:1a.1 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB Universal Host Controller (rev 06)
00:1a.2 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB Universal Host Controller (rev 06)
00:1a.7 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 06)
00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 06)
00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 (rev 06)
00:1c.5 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 6 (rev 06)
00:1d.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB Universal Host Controller (rev 06)
00:1d.1 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB Universal Host Controller (rev 06)
00:1d.2 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB Universal Host Controller (rev 06)
00:1d.7 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 06)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev a6)
00:1f.0 ISA bridge: Intel Corporation 5 Series Chipset LPC Interface Controller (rev 06)
00:1f.2 SATA controller: Intel Corporation 5 Series/3400 Series Chipset 6 port SATA AHCI Controller (rev 06)
00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller (rev 06)
01:00.0 Network controller: Ralink corp. RT2790 Wireless 802.11n 1T/2R PCIe
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06)
03:02.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8169 Gigabit Ethernet (rev 10)




This is the interesting bit:

Network controller: Ralink corp. RT2790 Wireless 802.11n 1T/2R PCIe

How do I need to go about it?

Thanks in advance for your input.
archange
Junior Boarder
Posts: 30
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#43080
Re: Help with WLAN setup 10 Months, 4 Weeks ago  
This is a completely different system from your previous posts as you have different NIC's.

Can I suggest you search the forum for "wireless" or "WLAN" for some ideas. Perhaps start with this post. If you are using 6.x you may even have the drivers built in.

A bit o/t, but have you installed the r8168 driver for your RTL8111/8168B card? It will perform much better than if it is using the r8169 driver.
Nick Howitt
Platinum Boarder
Posts: 4142
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#43082
Re:Help with WLAN setup 10 Months, 4 Weeks ago  
Hi, Nick,

It is a completely different system, yes. This is my second Clearos gateway and it's a bit more up-to-date hardware wise.
As for your suggestion, I don't know what to make of that thread, since it's based around Clearos 5.2, it's now 7 months old and not making progress as far as I can see...

What really pisses me off is that I bought this Asus wifi adapter specifically for it's advertised Linux support, after ditching the previous one (which incidentally also had a Ralink chipset, go figure...). And the adapter boasts Wireless AP under Windows, to be sure. You can magine that I would really hate to have to go to Windows for my home gateway...

Thanks for reminding me about the r8169 driver. I faced a similar problem on the previous hardware (had a CentOS 5.3 gateway). I think I will replace that adapter completely, since I have a new PCIe NIC that I wanted to swap in that's if it doesn't use the very same chipset.
archange
Junior Boarder
Posts: 30
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2012/06/28 15:34 By archange.
The administrator has disabled public write access.
 
#43094
Re:Help with WLAN setup 10 Months, 4 Weeks ago  
6.2 was supposed to ship with a load of wireless modules but it appears that the rt2860 and rt2870 drivers are missing and I don't know the story. I've no idea what wireless stuff is now built into 6.2 but iwpriv and iwconfig is there. You may need to track down your own driver and compile it then follow the thread I linked to for configuring it.
Nick Howitt
Platinum Boarder
Posts: 4142
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#43114
Re:Help with WLAN setup 10 Months, 4 Weeks ago  
ClearOS 6.x uses a much newer kernel, and as such the wireless stack is better = better support for drivers.

The defaults ones built into the kernel is still fairly limited
Code:

[root@leonardo SRPMS]# ls -la /lib/modules/2.6.32-220.17.1.v6.x86_64/kernel/driv  ers/net/wireless/
total 644
drwxr-xr-x 17 root root   4096 May 18 01:45 .
drwxr-xr-x 36 root root   4096 May 18 01:45 ..
-rwxr--r--  1 root root  48704 May 17 14:24 adm8211.ko
-rwxr--r--  1 root root  11464 May 17 14:24 airo_cs.ko
-rwxr--r--  1 root root 138544 May 17 14:24 airo.ko
-rwxr--r--  1 root root  73368 May 17 14:24 at76c50x-usb.ko
drwxr-xr-x  5 root root   4096 May 18 01:45 ath
-rwxr--r--  1 root root  14840 May 17 14:24 atmel_cs.ko
-rwxr--r--  1 root root  58384 May 17 14:24 atmel.ko
-rwxr--r--  1 root root   6272 May 17 14:24 atmel_pci.ko
drwxr-xr-x  2 root root   4096 May 18 01:45 b43
drwxr-xr-x  2 root root   4096 May 18 01:45 b43legacy
drwxr-xr-x  2 root root   4096 May 18 01:45 hostap
drwxr-xr-x  2 root root   4096 May 18 01:45 ipw2x00
drwxr-xr-x  2 root root   4096 May 18 01:45 iwlwifi
drwxr-xr-x  2 root root   4096 May 18 01:45 iwmc3200wifi
drwxr-xr-x  2 root root   4096 May 18 01:45 libertas
drwxr-xr-x  2 root root   4096 May 18 01:45 libertas_tf
-rwxr--r--  1 root root  33496 May 17 14:24 mac80211_hwsim.ko
-rwxr--r--  1 root root  51520 May 17 14:24 mwl8k.ko
drwxr-xr-x  2 root root   4096 May 18 01:45 orinoco
drwxr-xr-x  2 root root   4096 May 18 01:45 p54
-rwxr--r--  1 root root  49408 May 17 14:24 rndis_wlan.ko
drwxr-xr-x  2 root root   4096 May 18 01:45 rt2x00
drwxr-xr-x  2 root root   4096 May 18 01:45 rtl818x
drwxr-xr-x  2 root root   4096 May 18 01:45 wl12xx
-rwxr--r--  1 root root  38728 May 17 14:24 wl3501_cs.ko
-rwxr--r--  1 root root  42768 May 17 14:24 zd1201.ko
drwxr-xr-x  2 root root   4096 May 18 01:45 zd1211rw



You can install the compat-wireless-kmod package to get a whole load of wireless drivers (see elrepo.org/tiki/kmod-compat-wireless) and its available in the ClearOS repo's
Code:

yum install compat-wireless-kmod


Alternatively if your PCI ID is not in the list you can install the specific driver... Elrepo.org provide a whole suite of wireless drivers, which can rebuild if there is a demand.

To help properly identify your card chipset can you post the output of 'lscpi -nn' and the line for your wireless NIC
Tim Burgess
Moderator
Posts: 5802
graph
User Offline Click here to see the profile of this user
Last Edit: 2012/06/28 18:40 By timb80.
The administrator has disabled public write access.
 
#43143
Re:Help with WLAN setup 10 Months, 3 Weeks ago  
Here's the output;

Code:


[root@server4 ~]# lspci -nn
00:00.0 Host bridge [0600]: Intel Corporation Core Processor DRAM Controller [8086:0040] (rev 12)
00:01.0 PCI bridge [0604]: Intel Corporation Core Processor PCI Express x16 Root Port [8086:0041] (rev 12)
00:02.0 VGA compatible controller [0300]: Intel Corporation Core Processor Integrated Graphics Controller [8086:0042] (rev 12)
00:16.0 Communication controller [0780]: Intel Corporation 5 Series/3400 Series Chipset HECI Controller [8086:3b64] (rev 06)
00:1a.0 USB controller [0c03]: Intel Corporation 5 Series/3400 Series Chipset USB Universal Host Controller [8086:3b3b] (rev 06)
00:1a.1 USB controller [0c03]: Intel Corporation 5 Series/3400 Series Chipset USB Universal Host Controller [8086:3b3e] (rev 06)
00:1a.2 USB controller [0c03]: Intel Corporation 5 Series/3400 Series Chipset USB Universal Host Controller [8086:3b3f] (rev 06)
00:1a.7 USB controller [0c03]: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller [8086:3b3c] (rev 06)
00:1c.0 PCI bridge [0604]: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 [8086:3b42] (rev 06)
00:1c.5 PCI bridge [0604]: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 6 [8086:3b4c] (rev 06)
00:1d.0 USB controller [0c03]: Intel Corporation 5 Series/3400 Series Chipset USB Universal Host Controller [8086:3b36] (rev 06)
00:1d.1 USB controller [0c03]: Intel Corporation 5 Series/3400 Series Chipset USB Universal Host Controller [8086:3b37] (rev 06)
00:1d.2 USB controller [0c03]: Intel Corporation 5 Series/3400 Series Chipset USB Universal Host Controller [8086:3b38] (rev 06)
00:1d.7 USB controller [0c03]: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller [8086:3b34] (rev 06)
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge [8086:244e] (rev a6)
00:1f.0 ISA bridge [0601]: Intel Corporation 5 Series Chipset LPC Interface Controller [8086:3b06] (rev 06)
00:1f.2 SATA controller [0106]: Intel Corporation 5 Series/3400 Series Chipset 6 port SATA AHCI Controller [8086:3b22] (rev 06)
00:1f.3 SMBus [0c05]: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller [8086:3b30] (rev 06)
01:00.0 Ethernet controller [0200]: Intel Corporation 82574L Gigabit Network Connection [8086:10d3]
02:00.0 Network controller [0280]: Ralink corp. RT2790 Wireless 802.11n 1T/2R PCIe [1814:0781]
03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 06)
[root@server4 ~]#

archange
Junior Boarder
Posts: 30
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#43145
Re:Help with WLAN setup 10 Months, 3 Weeks ago  
I also installed the compat-wireless-kmod package, as you suggested, but I seem to get a lot of warnings.

Code:

[root@server4 ~]# yum install compat-wireless-kmod
Loaded plugins: clearcenter-marketplace, fastestmirror
ClearCenter Marketplace: fetching repositories...
Loading mirror speeds from cached hostfile
 * clearos: mirror1.timburgess.net
 * clearos-addons: mirror1.timburgess.net
 * clearos-core: mirror1.timburgess.net
 * clearos-extras: mirror1.timburgess.net
 * clearos-updates: mirror1.timburgess.net
 * private-clearcenter-dyndns: download1.clearsdn.com:80
private-clearcenter-dyndns                                                                                                                                         2/2
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package kmod-compat-wireless.x86_64 0:3.3-0.2.rc6.1.v6 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

=======================================================================================================================================================================
 Package                                        Arch                             Version                                       Repository                         Size
=======================================================================================================================================================================
Installing:
 kmod-compat-wireless                           x86_64                           3.3-0.2.rc6.1.v6                              clearos                           2.4 M

Transaction Summary
=======================================================================================================================================================================
Install       1 Package(s)

Total download size: 2.4 M
Installed size: 11 M
Is this ok [y/N]: y
Downloading Packages:
kmod-compat-wireless-3.3-0.2.rc6.1.v6.x86_64.rpm                                                                                                | 2.4 MB     00:02
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing : kmod-compat-wireless-3.3-0.2.rc6.1.v6.x86_64                                                                                                        1/1
Working. This may take some time ...
WARNING: /lib/modules/2.6.32-220.13.1.v6.x86_64/kernel/drivers/net/wireless/iwlwifi/iwlcore.ko needs unknown symbol ieee80211_alloc_hw2
WARNING: /lib/modules/2.6.32-220.13.1.v6.x86_64/kernel/drivers/net/wireless/iwlwifi/iwlcore.ko needs unknown symbol ieee80211_beacon_get
WARNING: /lib/modules/2.6.32-220.13.1.v6.x86_64/kernel/drivers/net/wireless/iwlwifi/iwlagn.ko needs unknown symbol ieee80211_get_tkip_key
WARNING: /lib/modules/2.6.32-220.13.1.v6.x86_64/kernel/drivers/net/wireless/iwlwifi/iwlagn.ko needs unknown symbol ieee80211_beacon_get
WARNING: /lib/modules/2.6.32-220.13.1.v6.x86_64/kernel/drivers/net/wireless/ath/ar9170/ar9170usb.ko needs unknown symbol ieee80211_beacon_get
WARNING: /lib/modules/2.6.32-220.13.1.v6.x86_64/kernel/net/bluetooth/l2cap.ko needs unknown symbol bt_err
WARNING: /lib/modules/2.6.32-220.13.1.v6.x86_64/kernel/net/bluetooth/l2cap.ko needs unknown symbol bt_class
WARNING: /lib/modules/2.6.32-220.13.1.v6.x86_64/kernel/net/bluetooth/l2cap.ko needs unknown symbol hci_unregister_proto
WARNING: /lib/modules/2.6.32-220.13.1.v6.x86_64/kernel/net/bluetooth/l2cap.ko needs unknown symbol hci_register_proto
WARNING: /lib/modules/2.6.32-220.13.1.v6.x86_64/kernel/net/bluetooth/sco.ko needs unknown symbol bt_err
WARNING: /lib/modules/2.6.32-220.13.1.v6.x86_64/kernel/net/bluetooth/sco.ko needs unknown symbol bt_class
WARNING: /lib/modules/2.6.32-220.13.1.v6.x86_64/kernel/net/bluetooth/sco.ko needs unknown symbol hci_unregister_proto
WARNING: /lib/modules/2.6.32-220.13.1.v6.x86_64/kernel/net/bluetooth/sco.ko needs unknown symbol hci_register_proto
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/ath3k.ko needs unknown symbol bt_printk
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rtl8192ce.ko needs unknown symbol rtl92c_phy_sw_chnl
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rtl8192ce.ko needs unknown symbol rtl92c_fill_h2c_cmd
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rtl8192ce.ko needs unknown symbol _rtl92c_phy_bb8192c_config_parafile
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rtl8192ce.ko needs unknown symbol efuse_read_1byte
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rtl8192ce.ko needs unknown symbol rtl_cam_reset_all_entry
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rtl8192ce.ko needs unknown symbol _rtl92c_store_pwrIndex_diffrate_offset
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rtl8192ce.ko needs unknown symbol rtl92c_phy_query_bb_reg
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rtl8192ce.ko needs unknown symbol rtl92ce_phy_set_rf_on
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rtl8192ce.ko needs unknown symbol rtl_cam_empty_entry
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rtl8192ce.ko needs unknown symbol rtl92c_phy_scan_operation_backup
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rtl8192ce.ko needs unknown symbol rtl_cam_del_entry
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rtl8192ce.ko needs unknown symbol rtl92c_phy_rf_config
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rtl8192ce.ko needs unknown symbol rtl_cam_mark_invalid
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rtl8192ce.ko needs unknown symbol rtl92c_phy_set_io_cmd
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rtl8192ce.ko needs unknown symbol rtl_pci_disconnect
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rtl8192ce.ko needs unknown symbol rtl92c_download_fw
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rtl8192ce.ko needs unknown symbol rtl92c_set_fw_joinbss_report_cmd
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rtl8192ce.ko needs unknown symbol rtl_pci_suspend
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rtl8192ce.ko needs unknown symbol rtlwifi_rate_mapping
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rtl8192ce.ko needs unknown symbol _rtl92c_phy_fw_rf_serial_write
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rtl8192ce.ko needs unknown symbol rtl92c_set_fw_pwrmode_cmd
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rtl8192ce.ko needs unknown symbol rtl92c_dm_rf_saving
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rtl8192ce.ko needs unknown symbol rtl92c_firmware_selfreset
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rtl8192ce.ko needs unknown symbol rtl_ps_enable_nic
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rtl8192ce.ko needs unknown symbol compat_vzalloc
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rtl8192ce.ko needs unknown symbol rtl_pci_resume
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rtl8192ce.ko needs unknown symbol rtl92c_phy_set_bb_reg
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rtl8192ce.ko needs unknown symbol rtl92c_dm_init
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rtl8192ce.ko needs unknown symbol rtl92c_phy_iq_calibrate
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rtl8192ce.ko needs unknown symbol rtl92c_dm_init_edca_turbo
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rtl8192ce.ko needs unknown symbol rtl_cam_add_one_entry
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rtl8192ce.ko needs unknown symbol rtl_efuse_shadow_map_update
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rtl8192ce.ko needs unknown symbol _rtl92c_phy_calculate_bit_shift
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rtl8192ce.ko needs unknown symbol rtl92c_phy_lc_calibrate
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rtl8192ce.ko needs unknown symbol rtl92c_phy_set_bw_mode
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rtl8192ce.ko needs unknown symbol _rtl92c_phy_rf_serial_read
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rtl8192ce.ko needs unknown symbol rtl_get_tcb_desc
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rtl8192ce.ko needs unknown symbol _rtl92c_phy_rf_serial_write
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rtl8192ce.ko needs unknown symbol _rtl92c_phy_init_bb_rf_register_definition
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rtl8192ce.ko needs unknown symbol rtl92c_dm_watchdog
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rtl8192ce.ko needs unknown symbol rtl_ps_disable_nic
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rtl8192ce.ko needs unknown symbol rtl92c_dm_check_txpower_tracking
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rtl8192ce.ko needs unknown symbol rtl92c_set_fw_rsvdpagepkt
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rtl8192ce.ko needs unknown symbol rtl92c_phy_set_txpower_level
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rtl8192ce.ko needs unknown symbol _rtl92c_phy_fw_rf_serial_read
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rtl8192ce.ko needs unknown symbol rtl92c_phy_set_rfpath_switch
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rtl8192ce.ko needs unknown symbol rtl_cam_get_free_entry
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rtl8192ce.ko needs unknown symbol rtl_pci_probe
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rtl8192ce.ko needs unknown symbol rtl_cam_delete_one_entry
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rt2800pci.ko needs unknown symbol rt2800_config_shared_key
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rt2800pci.ko needs unknown symbol rt2800_enable_radio
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rt2800pci.ko needs unknown symbol rt2800_reset_tuner
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rt2800pci.ko needs unknown symbol rt2800_validate_eeprom
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rt2800pci.ko needs unknown symbol rt2800_link_stats
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rt2800pci.ko needs unknown symbol rt2800_rfkill_poll
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rt2800pci.ko needs unknown symbol rt2800_txdone_entry
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rt2800pci.ko needs unknown symbol rt2800_probe_hw_mode
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rt2800pci.ko needs unknown symbol rt2800_read_eeprom_efuse
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rt2800pci.ko needs unknown symbol rt2800_efuse_detect
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rt2800pci.ko needs unknown symbol rt2800_config_filter
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rt2800pci.ko needs unknown symbol rt2800_conf_tx
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rt2800pci.ko needs unknown symbol rt2800_check_firmware
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rt2800pci.ko needs unknown symbol rt2800_mcu_request
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rt2800pci.ko needs unknown symbol rt2800_init_eeprom
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rt2800pci.ko needs unknown symbol rt2800_config_pairwise_key
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rt2800pci.ko needs unknown symbol rt2800_clear_beacon
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rt2800pci.ko needs unknown symbol rt2800_get_tsf
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rt2800pci.ko needs unknown symbol rt2800_load_firmware
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rt2800pci.ko needs unknown symbol rt2800_process_rxwi
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rt2800pci.ko needs unknown symbol rt2800_link_tuner
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rt2800pci.ko needs unknown symbol rt2800_config_intf
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rt2800pci.ko needs unknown symbol rt2800_set_rts_threshold
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rt2800pci.ko needs unknown symbol rt2800_wait_wpdma_ready
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rt2800pci.ko needs unknown symbol rt2800_sta_remove
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rt2800pci.ko needs unknown symbol rt2800_get_tkip_seq
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rt2800pci.ko needs unknown symbol rt2800_write_tx_data
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rt2800pci.ko needs unknown symbol rt2800_disable_radio
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rt2800pci.ko needs unknown symbol rt2800_ampdu_action
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rt2800pci.ko needs unknown symbol rt2800_config_ant
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rt2800pci.ko needs unknown symbol rt2800_sta_add
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rt2800pci.ko needs unknown symbol rt2800_config
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rt2800pci.ko needs unknown symbol rt2800_write_beacon
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rt2800pci.ko needs unknown symbol rt2800_gain_calibration
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rt2800pci.ko needs unknown symbol rt2800_get_survey
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/rt2800pci.ko needs unknown symbol rt2800_config_erp
WARNING: /lib/modules/2.6.32-279.el6.x86_64/weak-updates/compat-wireless/bcm203x.ko needs unknown symbol bt_printk
Done.
  Verifying  : kmod-compat-wireless-3.3-0.2.rc6.1.v6.x86_64                                                                                                        1/1

Installed:
  kmod-compat-wireless.x86_64 0:3.3-0.2.rc6.1.v6

archange
Junior Boarder
Posts: 30
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#43182
Re:Help with WLAN setup 10 Months, 3 Weeks ago  
Based on your chipset PCI ID 1814:0781 you need the rt3562sta module from Elepo or the rt2800pci module from 'compat-wireless-kmod'.

EDIT: Try the Elrepo version if the rt2800pci version doesn't work - I've rebuilt it so that it will install on ClearOS
Code:

wget ftp://timburgess.net/repo/clearos/6.2/x86_64/testing/kmod-rt3562sta-2.4.1.1-1.clearos.x86_64.rpm


You'll also need the following firmware to be installed at the same time
Code:

wget http://elrepo.org/linux/elrepo/el6/x86_64/RPMS/rt2860-firmware-26-1.el6.elrepo.noarch.rpm
rpm -Uvh rt2860-firmware-26-1.el6.elrepo.noarch.rpm
rpm -Uvh kmod-rt3562sta-2.4.1.1-1.clearos.x86_64.rpm



Note that even though we can get a driver to work, you may not be able to use it in 'master mode'. This is required to provide a working wireless network for others to connect to. Using a daemon package called Hostapd you can attempt to set it up, but its manual stuff for now...wireless support via the webconfig is in progress! You can grab a build of hostapd from the repo's
Code:

yum --enablerepo=clearos-updates-testing install hostapd



Assuming it worked OK (monitor output in 'dmesg') you can manage your wireless connection using the config at /etc/hostapd/hostapd.conf
Tim Burgess
Moderator
Posts: 5802
graph
User Offline Click here to see the profile of this user
Last Edit: 2012/07/01 18:52 By timb80.
The administrator has disabled public write access.
 
#43206
Re:Help with WLAN setup 10 Months, 3 Weeks ago  
OK, I did the steps that you described and I took a look in /etc/hostapd/hostapd.conf as well as wireless.kernel.org/en/users/Documentati...istributions_hostapd
How do I test? What do I need to do next?

Code:


[root@server4 tmp]# rpm -Uvh rt2860-firmware-26-1.el6.elrepo.noarch.rpm
warning: rt2860-firmware-26-1.el6.elrepo.noarch.rpm: Header V3 DSA/SHA1 Signature, key ID baadae52: NOKEY
Preparing...                ########################################### [100%]
   1:rt2860-firmware        ########################################### [100%]
[root@server4 tmp]# rpm -Uvh kmod-rt3562sta-2.4.1.1-1.clearos.x86_64.rpm
Preparing...                ########################################### [100%]
   1:kmod-rt3562sta         ########################################### [100%]
Working. This may take some time ...
WARNING: /lib/modules/2.6.32-220.13.1.v6.x86_64/kernel/drivers/net/wireless/iwlwifi/iwlcore.ko needs unknown symbol ieee80211_alloc_hw2
WARNING: /lib/modules/2.6.32-220.13.1.v6.x86_64/kernel/drivers/net/wireless/iwlwifi/iwlcore.ko needs unknown symbol ieee80211_beacon_get
WARNING: /lib/modules/2.6.32-220.13.1.v6.x86_64/kernel/drivers/net/wireless/iwlwifi/iwlagn.ko needs unknown symbol ieee80211_get_tkip_key
WARNING: /lib/modules/2.6.32-220.13.1.v6.x86_64/kernel/drivers/net/wireless/iwlwifi/iwlagn.ko needs unknown symbol ieee80211_beacon_get
WARNING: /lib/modules/2.6.32-220.13.1.v6.x86_64/kernel/drivers/net/wireless/ath/ar9170/ar9170usb.ko needs unknown symbol ieee80211_beacon_get
WARNING: /lib/modules/2.6.32-220.13.1.v6.x86_64/kernel/net/bluetooth/l2cap.ko needs unknown symbol bt_err
WARNING: /lib/modules/2.6.32-220.13.1.v6.x86_64/kernel/net/bluetooth/l2cap.ko needs unknown symbol bt_class
WARNING: /lib/modules/2.6.32-220.13.1.v6.x86_64/kernel/net/bluetooth/l2cap.ko needs unknown symbol hci_unregister_proto
WARNING: /lib/modules/2.6.32-220.13.1.v6.x86_64/kernel/net/bluetooth/l2cap.ko needs unknown symbol hci_register_proto
WARNING: /lib/modules/2.6.32-220.13.1.v6.x86_64/kernel/net/bluetooth/sco.ko needs unknown symbol bt_err
WARNING: /lib/modules/2.6.32-220.13.1.v6.x86_64/kernel/net/bluetooth/sco.ko needs unknown symbol bt_class
WARNING: /lib/modules/2.6.32-220.13.1.v6.x86_64/kernel/net/bluetooth/sco.ko needs unknown symbol hci_unregister_proto
WARNING: /lib/modules/2.6.32-220.13.1.v6.x86_64/kernel/net/bluetooth/sco.ko needs unknown symbol hci_register_proto
Done.
[root@server4 tmp]# yum --enablerepo=clearos-updates-testing install hostapd
Loaded plugins: clearcenter-marketplace, fastestmirror
ClearCenter Marketplace: fetching repositories...
Loading mirror speeds from cached hostfile
 * clearos: mirror1.timburgess.net
 * clearos-addons: mirror1.timburgess.net
 * clearos-core: mirror1.timburgess.net
 * clearos-extras: mirror1.timburgess.net
 * clearos-updates: mirror1.timburgess.net
 * clearos-updates-testing: mirror1.timburgess.net
 * private-clearcenter-dyndns: download1.clearsdn.com:80
clearos-updates-testing                                                                     | 2.7 kB     00:00
clearos-updates-testing/primary_db                                                          | 750 kB     00:00
private-clearcenter-dyndns                                                                                     2/2
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package hostapd.x86_64 0:0.7.3-4.v6 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

===================================================================================================================
 Package               Arch                 Version                    Repository                             Size
===================================================================================================================
Installing:
 hostapd               x86_64               0.7.3-4.v6                 clearos-updates-testing               222 k

Transaction Summary
===================================================================================================================
Install       1 Package(s)

Total download size: 222 k
Installed size: 561 k
Is this ok [y/N]: y
Downloading Packages:
hostapd-0.7.3-4.v6.x86_64.rpm                                                               | 222 kB     00:00
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Warning: RPMDB altered outside of yum.
  Installing : hostapd-0.7.3-4.v6.x86_64                                                                       1/1
  Verifying  : hostapd-0.7.3-4.v6.x86_64                                                                       1/1

Installed:
  hostapd.x86_64 0:0.7.3-4.v6

Complete!



Hostapd doesn't seem to know the hardware mode?

Code:

[root@server4 ~]# service hostapd start
Starting hostapd: /etc/hostapd/hostapd.confConfiguration file: /etc/hostapd/hostapd.conf
Line 38: unknown hw_mode 'n'
1 errors found in configuration file '/etc/hostapd/hostapd.conf'
                                                           [FAILED]
[root@server4 ~]#

archange
Junior Boarder
Posts: 30
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2012/07/02 16:16 By archange.
The administrator has disabled public write access.
 
#43299
Re:Help with WLAN setup 10 Months, 3 Weeks ago  
And how does the interface appear?
ra0? Or wlan0?
archange
Junior Boarder
Posts: 30
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 12
  get the latest posts directly to your desktop