problem with Wireless
i use Ubuntu 9.04 motherboard Asus P5K-E WIFI-AP Solo
Ethernet controller : Marvell Technology Group Ltd. 88E8056 PCI-E Gigabit .
i want to use Wireless of motherboard for share network but i can't install driver from cd it's for windows how i can use Wireless ?
if it have driver for Ubuntu please guide to me .
i try to add Wireless from network connection but i can't to do it.
Comments
-
http://www.asus.com/Product.aspx?P_ID=dFAMIWrZWGgB1GuJ&content=specifications
I noticed there was a 'linux' section under Downloads -- maybe there's something there you can use.
Others (1)
File Size 12.45 (MBytes)
I downloaded the Linux drivers
it has everything you need.0 -
You need to check as to what type of wireless card you have. You listed the ethernet controller, not the wireless LAN card. To do that in Ubuntu open up the console and issue the command:
sudo lshw -C network
It will return information about your card types. You should see one listed with Wireless LAN controller in the list. That will tell you the type and then you can check specifically for which driver you need.
Also, with Ubuntu if you go to "System -> Administration -> Hardware Drivers" you can check for and install proprietary drivers...Ubuntu will handle all of that if it has the correct driver in the repository.
If you want to use your Windows driver you can. Check the Ndiswrapper doc/howto in the Ubuntu community pages:
https://help.ubuntu.com/community/WifiDocs/Driver/Ndiswrapper
Hope that helps!0 -
i use command - sudo ls -c network i get this
tonjaa@tonjaa-desktop:~$ sudo lshw -C network
[sudo] password for tonjaa:
*-network
description: Ethernet interface
product: 88E8056 PCI-E Gigabit Ethernet Controller
vendor: Marvell Technology Group Ltd.
physical id: 0
bus info: pci@0000:02:00.0
logical name: eth0
version: 12
serial: 00:1e:8c:60:4e:1f
size: 100MB/s
capacity: 1GB/s
width: 64 bits
clock: 33MHz
capabilities: pm vpd msi pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=sky2 driverversion=1.22 duplex=full firmware=N/A ip=192.168.1.33 latency=0 link=yes module=sky2 multicast=yes port=twisted pair speed=100MB/s
*-network:0
description: Wireless interface
physical id: 1
logical name: wlan0
serial: 00:15:af:51:9c:97
capabilities: ethernet physical wireless
configuration: broadcast=yes multicast=yes wireless=IEEE 802.11bg
*-network:1 DISABLED
description: Ethernet interface
physical id: 2
logical name: pan0
serial: d6:68:ec:72:42:86
capabilities: ethernet physical
configuration: broadcast=yes driver=bridge driverversion=2.3 firmware=N/A link=yes multicast=yes
and i try to Install the ndisgtk package but i don't know it correct or not . i can't use wireless like same time .
i back to find cd driver of motherboard i fine folder Linux driver
i saw folder WIFI and have 2 folders name
- debian31-8187(110) and linux 26x-8187(110)
at folder of debian31-8187(110) has 4 fils
module_DB31.tar.gz
Readme.txt
wpa1.conf
wpa_supplicant0.3.8.tar.gz
this is driver of wireless or not if it's driver how i can install it ?0 -
it has a Readme ?0
-
this file readme .txt [file name=ReadMe.txt size=3194]http://linux.com/media/kunena/attachments/legacy/files/ReadMe.txt[/file]0
-
yeah, you should read that0
-
i try to use command ./load but it can't insert modules like this
tonjaa@tonjaa-desktop:~/Desktop$ cd module
tonjaa@tonjaa-desktop:~/Desktop/module$ ls
ieee80211_crypt_ccmp-rtl.ko ieee80211_crypt-rtl.ko ieee80211_crypt_tkip-rtl.ko ieee80211_crypt_wep-rtl.ko ieee80211-rtl.ko load r8187.ko unload
tonjaa@tonjaa-desktop:~/Desktop/module$ ./load
insmod: error inserting 'ieee80211_crypt-rtl.ko': -1 Operation not permitted
insmod: error inserting 'ieee80211_crypt_wep-rtl.ko': -1 Operation not permitted
insmod: error inserting 'ieee80211_crypt_tkip-rtl.ko': -1 Operation not permitted
insmod: error inserting 'ieee80211_crypt_ccmp-rtl.ko': -1 Operation not permitted
insmod: error inserting 'ieee80211-rtl.ko': -1 Operation not permitted
insmod: error inserting 'r8187.ko': -1 Operation not permitted
SIOCSIFFLAGS: Permission denied
tonjaa@tonjaa-desktop:~/Desktop/module$
what 's wrong how i can do it ?:huh:0 -
You may not have support compiled into the kernel..
You may not be running the commands from root..
tonjaa@tonjaa:~/ < root?
to mount/umount a kernel module -- you need root.
1. Unpack source code of WPA supplicant:
tar -zxvf wpa_supplicant-0.3.8.tar.gz
cd wpa_supplicant-0.3.8
2. Create .config file:
cp defconfig .config
3. Edit .config file, uncomment the following line:
#CONFIG_DRIVER_IPW=y.
4. Build WPA supplicant:
make
-- you said you wanted to make it an 'access point' ?
you need to cd /usr/src/linux-2.x.x.x
ls -la | grep .config
if that's a good config
cp .config ../
make mrproper && make distclean
cp ../.config $PWD
make oldconfig && make menuconfig
-> Device Drivers -> Network Device Support ->
look around.. you May find your driver or generic support : )
'Wireless LAN support'.. might be worth doing this
'0 -
thank you very much .0
-
I have an Asus Mobo M2N32 Deluxe (wireless edition). When I purchased it I thought I could get the wifi working with Linux. It works like an access point, which I thought would be an interesting edition to my home network. I tried the 8187 driver (sorry, don't remember which one, but was never able to get it working properly. The disk that comes with the motherboard contains drivers, which I tried with ndiswrapper. I tried many 8187 drivers when using Debian and still didn't have luck. Maybe the Asus forums could help, but I think a Linux driver for this dongle is not available. Below is the info for the chip:
Bus 001 Device 003: ID 0bda:8187 Realtek Semiconductor Corp. RTL8187 Wireless Adapter
If anyone has any luck finding a driver that works with this, please let me know, I'd be happy to try it out.0 -
on Ubuntu i try to install ndiswrapper by command
sudo apt-get install ndisgtk
and i find driver windows .inf for Realtek RTL8187 at first time
i think it's PCI type but i wrong. i find on web
http://rtl8180-sa2400.sourceforge.net/ it's tell spec is USB.
and i find driver from web
http://www.nodevice.com/driver/company/RealTek.html
then i add driver from windows wireless driver it's can use
in ad-hoc mode but it not have access point mode for choose .
i think it's ok . even through it's not good same use program on
windows i hope next time Linux can use all program from windows
thank you .;)0 -
For the realtek drivers, you can also find it from here: https://www.driverdr.com/drivers-download/0
-
It will return information about your card types. You should see one listed with Wireless LAN controller in the list. That will tell you the type and then you can check specifically for which driver you need.
0 -
It will return information about your card types. You should see one listed with Wireless LAN controller in the list. That will tell you the type and then you can check specifically for which driver you https://xender.pro/ https://discord.software/ https://omegle.onl/
0
Categories
- All Categories
- 217 LFX Mentorship
- 217 LFX Mentorship: Linux Kernel
- 788 Linux Foundation IT Professional Programs
- 352 Cloud Engineer IT Professional Program
- 177 Advanced Cloud Engineer IT Professional Program
- 82 DevOps Engineer IT Professional Program
- 146 Cloud Native Developer IT Professional Program
- 137 Express Training Courses
- 137 Express Courses - Discussion Forum
- 6.1K Training Courses
- 46 LFC110 Class Forum - Discontinued
- 70 LFC131 Class Forum
- 42 LFD102 Class Forum
- 226 LFD103 Class Forum
- 18 LFD110 Class Forum
- 36 LFD121 Class Forum
- 18 LFD133 Class Forum
- 7 LFD134 Class Forum
- 18 LFD137 Class Forum
- 71 LFD201 Class Forum
- 4 LFD210 Class Forum
- 5 LFD210-CN Class Forum
- 2 LFD213 Class Forum - Discontinued
- 128 LFD232 Class Forum - Discontinued
- 2 LFD233 Class Forum
- 4 LFD237 Class Forum
- 24 LFD254 Class Forum
- 693 LFD259 Class Forum
- 111 LFD272 Class Forum
- 4 LFD272-JP クラス フォーラム
- 12 LFD273 Class Forum
- 144 LFS101 Class Forum
- 1 LFS111 Class Forum
- 3 LFS112 Class Forum
- 2 LFS116 Class Forum
- 4 LFS118 Class Forum
- 4 LFS142 Class Forum
- 5 LFS144 Class Forum
- 4 LFS145 Class Forum
- 2 LFS146 Class Forum
- 3 LFS147 Class Forum
- 1 LFS148 Class Forum
- 15 LFS151 Class Forum
- 2 LFS157 Class Forum
- 25 LFS158 Class Forum
- 7 LFS162 Class Forum
- 2 LFS166 Class Forum
- 4 LFS167 Class Forum
- 3 LFS170 Class Forum
- 2 LFS171 Class Forum
- 3 LFS178 Class Forum
- 3 LFS180 Class Forum
- 2 LFS182 Class Forum
- 5 LFS183 Class Forum
- 31 LFS200 Class Forum
- 737 LFS201 Class Forum - Discontinued
- 3 LFS201-JP クラス フォーラム
- 18 LFS203 Class Forum
- 130 LFS207 Class Forum
- 2 LFS207-DE-Klassenforum
- 1 LFS207-JP クラス フォーラム
- 302 LFS211 Class Forum
- 56 LFS216 Class Forum
- 52 LFS241 Class Forum
- 48 LFS242 Class Forum
- 38 LFS243 Class Forum
- 15 LFS244 Class Forum
- 2 LFS245 Class Forum
- LFS246 Class Forum
- 48 LFS250 Class Forum
- 2 LFS250-JP クラス フォーラム
- 1 LFS251 Class Forum
- 150 LFS253 Class Forum
- 1 LFS254 Class Forum
- 1 LFS255 Class Forum
- 7 LFS256 Class Forum
- 1 LFS257 Class Forum
- 1.2K LFS258 Class Forum
- 10 LFS258-JP クラス フォーラム
- 118 LFS260 Class Forum
- 159 LFS261 Class Forum
- 42 LFS262 Class Forum
- 82 LFS263 Class Forum - Discontinued
- 15 LFS264 Class Forum - Discontinued
- 11 LFS266 Class Forum - Discontinued
- 24 LFS267 Class Forum
- 22 LFS268 Class Forum
- 30 LFS269 Class Forum
- LFS270 Class Forum
- 202 LFS272 Class Forum
- 2 LFS272-JP クラス フォーラム
- 1 LFS274 Class Forum
- 4 LFS281 Class Forum
- 9 LFW111 Class Forum
- 259 LFW211 Class Forum
- 181 LFW212 Class Forum
- 13 SKF100 Class Forum
- 1 SKF200 Class Forum
- 1 SKF201 Class Forum
- 795 Hardware
- 199 Drivers
- 68 I/O Devices
- 37 Monitors
- 102 Multimedia
- 174 Networking
- 91 Printers & Scanners
- 85 Storage
- 758 Linux Distributions
- 82 Debian
- 67 Fedora
- 17 Linux Mint
- 13 Mageia
- 23 openSUSE
- 148 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 353 Ubuntu
- 468 Linux System Administration
- 39 Cloud Computing
- 71 Command Line/Scripting
- Github systems admin projects
- 93 Linux Security
- 78 Network Management
- 102 System Management
- 47 Web Management
- 63 Mobile Computing
- 18 Android
- 33 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 370 Off Topic
- 114 Introductions
- 173 Small Talk
- 22 Study Material
- 805 Programming and Development
- 303 Kernel Development
- 484 Software Development
- 1.8K Software
- 261 Applications
- 183 Command Line
- 3 Compiling/Installing
- 987 Games
- 317 Installation
- 96 All In Program
- 96 All In Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)