Networking :: Wifi Rt8192e Not Loading Module On Startup?
Feb 18, 2011
download new driver compiled and installed boot it is not loading. uname=Linux Kev 2.6.35.11-83.fc14.x86_64 #1 SMP Mon Feb 7 07:06:44 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
lsusb=
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 002: ID 03f0:0024 Hewlett-Packard KU-0316 Keyboard
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
[Code]....
View 1 Replies
ADVERTISEMENT
Jan 11, 2010
I am a complete newbie to Ubuntu. Just installed it today and everything I have done so far has been found and worked out using forums such as this. So far I have installed ndiswrapper, the latest version, and got my wifi card working. In fact I am online now writing this!
Problem is when I shutdown and reboot. My wireless connection won't automatically run. It won't even show in the top left that I have a wifi connection. There is no "enable wireless" tickbox. I have to type in the terminal:
sudo depmod - a
sudo modprobe ndiswrapper
then my WEP key
then it works.
BTW I have no idea what those commands do I just found them on a forum. I can't seriously have to do this everything I boot up?!! Can this be automated or is there a better fix?
View 3 Replies
View Related
Jul 9, 2010
Got notebook HP 6530b with Intel 5100AGN PCIe WiFi module in and desktop ubuntu 10.04 from [URL].
Can i make this one works any way exclude ndiswrapper.
lshw -c network
http://img695.imageshack.us/img695/1...eenshot2th.jpg
lspci
http://img819.imageshack.us/img819/1...reenshothy.jpg
uname -r
2.6.32-23-generic
View 1 Replies
View Related
May 22, 2011
where can I download the proper driver for my wifi module : Ralink RT3090 ?
Ubuntu 10.04 propose the rt3090sta which is no good
View 9 Replies
View Related
Nov 20, 2010
I have just started to work on Ubuntu (Ubuntu 10.4 LTS) and I am having some problems to get a WUSB600N vers. 2 802.11n adapter working. I have followed the procedure described at [URL] . The compilation has been successful and I can see the kernel loaded an the module detected:
Code:
adrien@ubuntu:/$ lsmod | grep rt3572
rt3572sta 612272 1
adrien@ubuntu:/$ lsusb
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
[code]....
The wireless adapter is detected by the system and it can scan the neighboring APs (cf. below with MAC address made unreadable):
Code:
adrien@ubuntu:/$ sudo iwlist ra0 scan
[sudo] password for adrien:
ra0 Scan completed :
Cell 01 - Address: --:--:--:--:--:--:--
Protocol:802.11g
[code]....
View 2 Replies
View Related
Dec 27, 2010
I have xbmc, a media center shell that runs on ubuntu. I am trying to set up a laptop to run it and be a full time media center. so far it works great, I installed xbmc live, but the only issue is I have a wep2 protected wireless router and the wifi does not connect automatically.
I have it set up and am using wpa_supplicant once those commands are run the wifi works great.I am a novice in linux in general, and can not seem to get this to work on startup, can anyone point me in the right direction on this? I haven't been able to find the xbmc start up script if one exists, I figured adding those lines to it might work,does this sound like a reasonable approach? if anyone knows where that is and how it is defined to be launched on start-up i would appreciate it(I guess this is getting into the general Linux knowledge but still good info)
View 2 Replies
View Related
Sep 9, 2010
I have a webhosting account, but the server admin did not include mysqli module. How can I use mysqli in this situation?
I am thinking,
put mysqli module in my web directory
load it using custom php ini
View 1 Replies
View Related
Feb 27, 2010
I have UBUNTU 9.10 and WIN 7 installed on my computer. I turn computer on, choose UBUNTU, do what I need and shut down computer (or reset - doesn't matter). Turn on computer again and get message:
GRUB loading.
no module name found
Aborted. Press any key to exit.
Operating System Not Found.
So I turn comp from Live CD, install GRUB and after resetting computer everything seems fine - but unfortunately not for long. Next reset and the problem is back again. The problem only occurs when I choose UBUNTU. There is no problem with WIN 7...
View 4 Replies
View Related
Dec 6, 2010
recently I've updated my kernel, i had to reconfigure some stuff, in particular, the b43 module is not loading at init process, my question is: what command should I use to load it from the init? or what file should I hagve to edit?
View 1 Replies
View Related
Apr 16, 2010
I keep getting the error
"Initializing USB keyboard: Modprobe : Can't locate module keybdev [failed]
and "initializing USB Mouse: Modprobe : Cant locate module mouse dev [failed]
I am using Red Hat linux and trying to compile my own kernel...
View 6 Replies
View Related
Feb 23, 2011
while loading the generated lib file to tcl module i got following as belowi know it is searching for "Tcl_DecrRefCount()" method please tell me the library name where above method is defined..!orif anything bad in my program
[root@localhost swig]# tclsh
% load ./example.so example
couldn't load file "./example.so": ./example.so: undefined symbol: Tcl_DecrRefCount
[code]....
View 5 Replies
View Related
Jan 19, 2010
fedora 12 with php 5.3.1 + apache is installed on the server
I needed a FFMPEG + MENCODER + FFMPEG-PHP setup , so I have installed all of the necessary libraries/codecs along with ffmpeg , mencoder and ffmpeg-php
I've added ffmpeg-php (ffmpeg.so) module to php.ini and restarted httpd
But ffmpeg was not showing up in phpinfo() so I grepped : php -i | grep ffmpeg
for some clues and got this warning
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/ffmpeg.so' - /usr/lib/php/modules/ffmpeg.so: undefined symbol: php_gd_gdImageSetPixel in Unknown on line 0
That error explains why ffmpeg is not loading
Obviously something to do with GD library , so I've researched on the net , and found that some users suggest loading the GD module before FFMPEG module.
I gave it a try and added this at the end of php.ini:
Code: [gd]
;loading gd
extension=gd.so
[ffmpeg]
;loading ffmpeg
extension=ffmpeg.so ...but still same error when greping phpinfo()
View 1 Replies
View Related
Sep 23, 2010
I need to load php module without restart/reload apache, is there a way to do that, php has its option to load zend extension using '-z',
php -z <filename>
is there anyway because I need to load php module in runtime, that I don't want to loose the live running session.
View 1 Replies
View Related
Jul 12, 2011
I rebooted my computer and noticed the aoe module didn't loadad to do a modprobe aoe)What's the proper way to have this start at boot time? (rather than something like doing a modprobe aoe in the rc.local
View 1 Replies
View Related
Jun 1, 2009
When I try to load the Realtek 8187 modules to kernel using the ./wlan1up command, I get the following error:
[root@localhost rtl8187_linux_26.1025.0328.2007]# ./wlan1up
insmod: error inserting 'ieee80211_crypt-rtl.ko': -1 File exists
[code]...
Can someone tell me how to correct the "Invalid module format"? I hope that correcting the "Invalid module format" error, I will not have the "Unknown symbol in module" error.
Note: I am using wlan1 for this module as I previously am online with the wlan0 network.The same error occurs if I use ./wlan0up.
View 3 Replies
View Related
Sep 11, 2011
Just wanted to ask what is the easiest way to get the wistron_btns module to run at startup. I have read a bit about it in some other forums, but I wanted to hear it on the SUSE forums to be certain I get it right the first time.
View 1 Replies
View Related
May 18, 2010
I posted this as a bug: [URL]
On Ubuntu Lucid Lynx, 64-bit, 2.6.32-22-generic kernel When I log into the system, the speaker icon in the upper bar is black (just an outline) suggesting there is no sound output available. After further inspection I found that the snd-hda-intel kernel module isn't getting loaded.
I have to load the module myself (using 'modprobe snd-hda-intel') every time I turn on the computer.
View 2 Replies
View Related
Nov 27, 2010
I'm having this problem since some time ago, in which the wallpaper won't load at startup. I have to manually go to the Appearance Manager and load it.
Isn't there a way to do this automatically at startup? I know it's kind of a minor thing, but I'm all for aesthetics of my pc.
View 1 Replies
View Related
Jul 12, 2011
Ist install 11.04, everything excellent-dual boot. usb kb & mouse. everything fine until install ATI upgrade. reboot then cannot use kb/m - so cannot edit or go past login?
View 1 Replies
View Related
Apr 13, 2011
I:m trying to install the module RTL819CU onto my kernel so that I can use my wifi usb dongle. When I try to install it I get a make error 2.
[code].....
View 2 Replies
View Related
May 18, 2011
Where I can load the module snd-mixer-oss at system startup?
View 2 Replies
View Related
Jul 21, 2011
my Conky needed the Coretemp, and a friend of LQ told me to run modprobe, and it works greate! no every time I start my system, I need to run the modprobe to add the module to Kernel. How can I put the coretemp to start every startup? (I think there is somenthing to do with a file on the rc.module at /etc/rc.d/, but I'm afraid to do something stupid...) I want to make the conky running after start of the system. How can I do this?
View 2 Replies
View Related
Sep 3, 2010
Since several months ago (I think when I upgraded to Karmic), whatever program I add to session startup won't load on boot, and no icon appears at the top-right of the screen, only clock and shutdown button (no audio etc.). [URL] didn't help, nor did searching in forums and bugs. I've enabled debug to /etc/gdm/custom.conf, and this is my .xsession-errors first part:
Code:
Unable to create /home/name/.dbus/session-bus
(gnome-settings-daemon:1957): GLib-CRITICAL **: g_propagate_error: assertion `src != NULL' failed
(gnome-settings-daemon:1957): GLib-CRITICAL **: g_propagate_error: assertion `src != NULL' failed
Avviso del window manager: Lettura del file della sessione /home/name/.config/metacity/sessions/10202b25c953eedbf3128344035910216700000019440001.ms non riuscita: Apertura del file "/home/name/.config/metacity/sessions/10202b25c953eedbf3128344035910216700000019440001.ms" non riuscita: Nessun file o directory
Unable to find a synaptics device .....
I removed .recently-used.xbel to avoid recently opened files to be logged, so this explains part of these errors. I had disabled gnome-screensaver but now I would need it to automate screen lock and looks like dbus may be the problem. My .dbus directory is empty.
View 1 Replies
View Related
Nov 8, 2010
I have this problem across all my computers running Ubuntu (Lucid and Maverick installations). It works sometimes but it's hit and miss. Sometimes it will load up an iso no problem and i have a start up flash stick in no length of time. Other time's it will not load up an iso. I have tried formatting my flash drive these times but it doesn't make a difference as the drive is always recognised by the program yet i sometimes can't load an iso. When this happens i find that i generally have the same problem at the same time on my other Ubuntu installations. I find it weird. Anyway it's very frustrating when i come across another distro that i really want to try out and i cannot load the iso in the program.
View 3 Replies
View Related
Feb 24, 2011
How can I prevent a program loading on startup? The program does not appear in Preferences / Startup Applications. I want to avoid having to sudo kill all programname every-time I login.
View 2 Replies
View Related
Jul 14, 2011
I fear I may have missed something simple, but I have a "miner" under /etc/init.d
Code:
#!/bin/sh
### BEGIN INIT INFO
# Provides: Miner
# Required-Start: $all
# Required-Stop: $all
[Code].....
I can also manually can start, stop, and restart on it. However, it does not launch on startup. I can find no messages in /var/log/syslog showing any attempt to start it. Did I miss a step?
FYI: uname -a Linux wrath 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:50 UTC 2011 i686 athlon i386 GNU/Linux
View 7 Replies
View Related
May 20, 2011
When I startup Rhythmbox music player I have no library. Whats strange is when I click edit/preferences/music and then browse to select my library location (which is already correct), apon selecting the hard drive that my library is on the whole music library suddenly loads and I don't have to re-select my library folder, I just cancel the preferences window. But if I just wait for Rhythmbox to load the library without beginning to remind it where it is, it never loads.
View 2 Replies
View Related
Jun 15, 2010
Squeeze's latest update has upgraded my kernel from 2.6.32-3-686 to 2.6.32-5-686.My wireless stopped working and then I realised that I had to rebuild the wifi modules. I had followed this earlier.URL...For this new kernel, which I step of the process should I repeat? Rebuild module? Or just do a modprobe?
View 4 Replies
View Related
Jun 7, 2015
I got notebook HP Pavilion 15-p171nr. Have installed Debian Wheezy. There was some problems, for example with screen brightness (backlight) and it was solved here: [URL] .....
The problem was solved with upgrading kernel 3.2.0 to 3.16.0 from backports... but... with these steps i lost my wi-fi wl module...
It was downloaded somewhere, compiled and worked well until kernel upgrade... For the current moment i can not compile it.
My hardware:
Code: Select all08:00.0 Network controller: Broadcom Corporation BCM43142 802.11b/g/n (rev 01)
Within last steps official wiki recommends (my device is in the supported list): [URL] .... but I got problems with compilation... here they are:
I have installed correct linux-headers:
Code: Select allroot@hpnote:/home/yaroslav/Загрузки# apt-get install -t wheezy-backports linux-headers-amd64
Reading package lists... Done
Building dependency tree
Reading state information... Done
linux-headers-amd64 is already the newest version.
[Code] ....
Then I am trying to reconfigure already installed broadcom-sta-dkms package and here is what I got:
Code: Select allroot@hpnote:/home/yaroslav/Загрузки# dpkg-reconfigure broadcom-sta-dkms
------------------------------
Deleting module version: 5.100.82.112
completely from the DKMS tree.
------------------------------
Done.
Loading new broadcom-sta-5.100.82.112 DKMS files...
Building only for 3.16.0-0.bpo.4-amd64
[Code] ......
View 4 Replies
View Related
May 20, 2010
I'm needing to have the acer-wmi module running at startup for my wireless card. In ubuntu this is located at /etc/modules and I was wondering where the same file is within Fedora
View 2 Replies
View Related