Ubuntu Networking :: If-up.d Custom Script On Wireless Not Running?

Mar 21, 2011

In my college wireless ap have a login webpage that I must fill everytime i want to use internet.To automate the process i've written a bash script that do the login for me.I've found that scripts in the /etc/network/if-up.d directory should run after a connection is established, but the script isn't executed.This is the source of the script:

Code:
#!/bin/sh
if iwgetid |grep -i unimore

[code]....

View 1 Replies


ADVERTISEMENT

Ubuntu Networking :: Making New Compat-wireless For Custom Kernel?

Mar 7, 2011

I made a custom kernel for maverick, 2.6.35-27. And I want to get the latest Intel 5300 wireless card drivers working. The wireless works now, but I want to get these installed anyway. I've been on a custom compilation kick for a while, and just been wanting to do everything compiled myself, just to learn a lot. Including putting linux on my WNDR3700 router using DD-WRT. Still doing a lot of customization on that as well.

View 1 Replies View Related

Ubuntu Networking :: Can't Pick Up Any Wireless Signals While Running 10.04

Aug 7, 2010

I can't pick up any wireless signals while running Ubuntu 10.04, but while running Windows 7, I pick them up. I have the feeling it's because of a missing driver, could anyone help me solve this issue?

View 1 Replies View Related

Ubuntu Networking :: Run Wireless Card On Network Without GDM Running

Aug 6, 2011

So I want to run a Minecraft Server on my computer running Ubuntu 11.04. My goal is to have the server running over my network through one of the virtual terminals without any type of GUI running (to conserve resources). I'm shutting down the ubuntu GUI using the command:

Code: sudo service gdm stop which does a great job, but it also kills my wireless connection.I've tried editing my /etc/network/interfaces, and even uninstalling the gnome network mananger, but nothing seems to work. Can anybody help?

View 1 Replies View Related

Ubuntu Networking :: 11.04 - Running Wireless On HP DV 6500 AMD 64bit

Sep 1, 2011

I tried to do all the things I found online in aim installing the driver of my Broadcom 802.11 card, so I will have wireless in my UBUNTU 11.04. But I always get those messages (which appear in the end).

From the shell:
ME@ubuntu:~$ cd Desktop/
ME@ubuntu:~/Desktop$ ls
broadcom-sta-common_5.60.48.36-3_all.deb gnome-terminal.desktop
broadcom-sta-source_5.60.48.36-3_all.deb
ME@ubuntu:~/Desktop$ sudo dpkg -i *.deb >> tt.txt
[sudo] password for ME:
dpkg: dependency problems prevent configuration of broadcom-sta-source:
broadcom-sta-source depends on debhelper (>= 7); however:
Package debhelper is not installed.
broadcom-sta-source depends on quilt; however:
Package quilt is not installed.
dpkg: error processing broadcom-sta-source (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
broadcom-sta-source
ME@ubuntu:~/Desktop$

View 5 Replies View Related

Ubuntu Networking :: 9.10 - Installing Correct Drivers To Get Wireless Running

Feb 13, 2010

I have just installed Ubuntu 9.10 netbook remix for my new laptop. I've tried at great length to install the correct drivers to get my wireless up and running. I'm currently trying to install the Broadcom driver for my 802.11g wireless card. I have downloaded the headers and tools for ubuntu and am proceeding with the instructions given on [URL].

But when I get to these steps I come unstuck
# mkdir hybrid_wl
# cd hybrid_wl
# tar xzf <path>/hybrid-portsrc.tar

I can make the directory and open it but when it comes to the third step I get a message saying that there is no such file or directory.

View 8 Replies View Related

Ubuntu Networking :: Wireless Unstable - Eeepc 1201n Running 10.10?

Dec 27, 2010

My netbook model is Asus eeepc 1201n and I'm running Ubuntu 10.10 but I had the same problem while running 10.04: wireless disconnects and reconnects every 30 minutes or so and, after this has happened for a few times, it doesn't reconnect and keeps asking for the password.

View 9 Replies View Related

Fedora Networking :: Cannot Get Wireless Running On Netbook?

Aug 13, 2011

i have the same problem, i installed fedora on my netbook without problems, but i can not connect for the same reason. 15 seconds before prompting me for the password and continues like this.

View 12 Replies View Related

Ubuntu Networking :: Hardware Switch For The Wireless Does Not Work While Running Lubuntu

Jul 23, 2011

Computer is a Compaq presario v2000, runs fine with windows 7 32 bit. And before that I had Ubuntu on it. I have tried everything I remember that got wireless working with Ubuntu. Also the hardware switch for the wireless does not work while running lubuntu.

View 9 Replies View Related

OpenSUSE :: Setup A Custom Home Server Running 11.3 64-bit In Terminal Mode?

Feb 5, 2011

I've recently setup a custom home server running openSUSE 11.3 64-bit in terminal mode. I've since successfully setup and configured it to act as an iSCSI target using the iscsitarget package and the corresponding kernel module, along with the YaST module for the configuration. Prior to setting up my hard drive accordingly, however, I noticed that when I ran 'zypper up' in a terminal I got the following:

Code:
pph-server:~ # zypper up
Loading repository data...
Reading installed packages...

[Code]....

At the time I accepted, and found later that it removed the setup I had, meaning I had to start over. However when I ran YaST in a terminal it then wanted to re-install the iscsitarget package, which subsequently removed the tgt package, and so this continued for a bit. (Thankfully no actual data was stored on the target at this stage .) For the time being I've locked the iscsitarget package and the kernel module to prevent zypper from wanting to remove it and install tgt instead since I now have my target working as I want.

The question I have is why zypper was trying to remove iscsitarget and install tgt, and yet the corresponding YaST module was wanting to do the opposite. Is tgt considered a better option by the openSUSE developers, in some way, for setting up an iSCSI target? Is iscsitarget development/availability being ceased by them in favour of tgt? Is there something else I'm missing? Neither of these packages seems old to me: the latest version of iscsitarget was released on SourceForge last July, while tgt was only updated this month.

View 2 Replies View Related

Slackware :: Custom Kernel And Acpi / Thermal Settings - Fan Running Constantly

Jun 5, 2010

this isn't so much slackware specific as it is general linux related, but using the default huge slackware kernel included with 13.1, acpi reports cpu temps of about 55 celsius i always like to run my own kernels though, and using the latest stable kernel, i have compiled one using what i believe is necessary for my hardware, and everything works as expected except that acpi reports my cpu temp as 80 celsius at idle, causing my fan to be running constantly

so without simply using the generic config included with slack in the newer kernel, what do you think might be causing the thermal issues? i used diff on the two configs and the output is over 5,000 lines, so thats not a huge help, and im really not even sure what to be looking for the cpu is an intel i7 720qm, so if anyone might know any specific settings for that processor type needed for acpi to interface with it properly that would be much obliged here is my config for potential review: [URL] also, if i disable acpi entirely, the fan operates as normal but i cannot get readings obviously

View 1 Replies View Related

OpenSUSE Wireless :: Custom Configuration Using Networkmanager?

Dec 14, 2010

This new USB wireless adapter is not detected by OS. I have tried all possible custom configuration using networkmanager.

View 9 Replies View Related

OpenSUSE Wireless :: Wireless Suddenly Not Working While Laptop Running?

Mar 31, 2011

I have Lenovo G550 and openSUSE 11.4. Everything's ok, wifi without problems, I could connect to anywhere I wanted to, but yesterday while laptop was running and was connected actually by wire to internet, after removing the wire I realized that I cannot connect to wifi (the laptop was hibernated during night) - even the light diode in the front of the laptop was not shining. I went to yast and realized that the wlan0 isn't enabled and there's new eth1 port. But the wlan by ifup I cannot start and the eth1 I cannot start as well.

View 4 Replies View Related

OpenSUSE Wireless :: Wireless Drops Out When Running On Battery?

Feb 27, 2010

I just got a Lenovo Thinkpad x100e. Everything seems to be running well, with this exception of the wireless adapter. When running on the battery the wireless runs for about 30secs to 1 minute before dropping out. The NetworkManager says it's still connected, but nothing goes across the network. Disabling and then re-enabling the wireless works, for about 30 sec to a minute. The weird thing is this behavior DOESN'T occur when the power adapter is plugged in.

I'm wondering what power management parts I should be looking at? I'm running OpenSuSE 11.2, KDE 4.3.5 if that helps.

View 9 Replies View Related

Fedora Installation :: Erratic Install Results W/initrd - Custom Spins With Custom Drivers - Modules?

Dec 28, 2009

Just spent three whole days barking up the wrong tree, solving Fedora 11 and Fedora 12 boot failures because the correct hypothesis was illogical: installation did not update/modify the initrd.

The first couple of times I installed Fedora 11 on the HighPoint Technologies RocketRaid 2640x4, the installation inserted my "custom" driver module (rr26xx) into the initrd, permanently, so that the system booted off the controller card for which the custom driver was inserted. (I yelled about this success in this thread: [url]

My most recent installs of BOTH F11 and F12 on the RocketRaid failed to properly set up the boot. It turns out that the "rr2640" module I "slipstreamed" into the installation process was *NOT* permanently added to the initrd by anaconda. (F12 gave me "no root device found boot has failed, sleeping forever", on boot; F11 hung also, without such error, I presume, during the init script execution). Because of limited resources and time, I only know for sure the module was missing from the F11 initrd, and am ASSUMING the same was the case with F12.

The only difference between the successful installs and the ones with failed boot is that the successful installs were made on a single-drive (JBOD) mode on the controller; whereas, the failed ones were placed on RAID 5. But, AFAIK, the created logical device for the card is "/dev/sda", in both cases, and the kernel can not distinguish between the two cases (or can it?). Thus, the inconsistency cost me a lot of time, and is still inexplicable to me.

Question: What is the best way to deal with custom drivers, today? There are custom spins, and many tools, like isomaster. Stupid question: Is there a way to modify the initrd inside an installer ISO -- be it for CD/DVD/USBboot drive -- beefing the init RAM disk with whatever modules you'd like, for the boot process (using, say, isomaster)?

And what makes anaconda understand that a module must be added to the initrd ? How can one force anaconda to do so?

How does moving to dracut as the initrd tool affect any/all of the above?

View 1 Replies View Related

Ubuntu Networking :: Cannot See Network Icon - Nm-applet Running - Notification Area Running

Dec 25, 2010

Hi. I have Ubuntu 10.04, nm-applet is running in the background, my battery icon and sound icon are showing but my network icon has been missing for the past 2 days. It was working fine before but now it's not. How can I fix this issue if I don't have an ethernet cord? Is there a way to roll back the recent updates or do I need to reinstall my network manager?

I've tried restarting the system and I've tried killing nm-applet and reloading it using Alt F2. I get some Debug error.

When I try to run nm-applet --sm-disable

It says an instance is already running and then gives me a warning.

I tried removing "iface eth0 inet dhcp" from /etc/network/interfaces and then tried restarting by "sudo /etc/initi.d/networking restart"

It says:

What can I do to connect to the internet? I have a flash stick if its possible to download a .deb package on this mac and transfer it over to my other laptop to fix the problem. If its possible.

View 7 Replies View Related

Ubuntu Networking :: Wireless - Lost It - 'wmaster0 No Wireless Extensions', But Then Refers To Wlan0 As The Wireless Connection

Mar 28, 2010

A friend who switched ISP's gave me his old Linksys WRT54-G wireless router. I went through the installation procedure and had a wireless connection up and running - smiley face. I had security set up for WPA, and decided to upgrade it to WPA2. Another smiley face. When I went to connect (had already done so successfully), I noticed it referred to my wireless as Linksys - I was expecting to see the SSID. So I started playing around in Network Manager and now I have things all effed up.

Don't know exactly what I did, but now I have no wireless. So I ran a few commands (lshw -C network, iwconfig, ifconfig, and iwlist scan), and looking at the results I see what appear to be inconsistencies in the output. I've posted them below, and make the following observations:

1. Under the lshw it refers to my wireless connection logical name as wmaster0, and has the correct MAC address, etc.

2. Under the iwconfig it says, 'wmaster0 no wireless extensions', but then refers to wlan0 as the wireless connection (although it does not seem to be running).

3. Under ifconfig I see both a wlan0 and a wlan0:avahi. The wlan0 has no IP, the wlan0:avahi does, but it is incorrect.

[Code]...

View 7 Replies View Related

Ubuntu Networking :: VMC K3806 Not Detected - Custom Settings

Aug 19, 2011

I recently bought one K3806 Vodafone Mobile Broadband usb stick. My pc is a Dell Latidude D620 notebook (Bios A0 running Ubuntu 11.04 (Natty Narwhal). I downloaded (from Betavine) and installed without any error/warning the 3 packages ozerocdoff, usb-medeswitch and vodafone-mobile-connect. Then I plug the K3806 in one usb slot. The mount -v command produces following output : /dev/sr1 on /media/10.1.108_RP154 type iso9660 (ro,nosuid,nodev,uhelper=udisks,uid=1000,gid=1000, iocharset=utf8,mode=0400,dmode=0500) The mount point directory contains following files :

[Code]....

View 1 Replies View Related

Ubuntu Networking :: FreeNX Default Key Still Works After Generating Custom Key?

Mar 25, 2011

I installed freenx on my desktop and decided to set up a custom key following this tutorial: [URL]

Code:
sudo dpkg-reconfigure freenx-server

Here I chose 'Create new custom keys' and SSH. After copying the client.id_dsa.key file to my laptop, I was able to log in no problem. However, I decided to check and used another computer (running qtnx as a client) to attempt a login with the default key.

It still worked.

Have I missed something in the fine print here? If not, is there a way to fix this behavior?

View 1 Replies View Related

Ubuntu Networking :: Remote Access A PC (running Winxp) From Laptop (running Ubuntu 10.10) Over Internet

Jan 12, 2011

I need to remote access a PC(running winxp) from my laptop(running ubuntu 10.10) over internet.

View 1 Replies View Related

Ubuntu Networking :: Pass Custom Options To Network-manager-pptp?

Jul 27, 2010

I have ~20 log entries/second in syslog

Code:
nm-pptp-service-1078 log[decaps_gre:pptp_gre.c:414]: buffering packet 57467 (expecting 57429, lost or reordered)

[code]....

View 1 Replies View Related

Fedora Networking :: Add Custom Trusted Services To Firewall?

Jan 20, 2010

I'd like to have an easy way to configure firewall, e.g. eable/disable what mythtv needs, or enable/disable what mediatomb needs. Basically open/close a few tcp and/or udp ports for all interfaces (I have two), or just one of them.

Is there a way to add my own trusted services for the firewall?

Other recommended ways to do that? Or just write a simple shell script?

View 1 Replies View Related

Ubuntu / Apple :: Imac G3 Running 10.04 100% With Wireless Net?

Jan 27, 2011

So here is how i got the Old Imac G3 running.

My spec are:
Imac G3 Ubuntu 10.04
600mhz
1GBram
20GB HHD

XORG.CONF file this file is a cut and copy of two xorg.conf files

[Code]...

Next, open up WICD which should be in your applications area, find your network, click properties and enter the password in. Click connect.

View 2 Replies View Related

Networking :: Configure Nagios To Monitor Custom Port On A Remote Server?

May 27, 2010

configure nagios to monitor custom port on a remote linux server..

View 5 Replies View Related

General :: Installing Wireless Driver Running Ubuntu 11.04

May 20, 2011

Installed 11.04 after a Series of Harddrive Problems. HD was Cleared so No XP installed, running ubuntu Only. Compaq Presario C500 - Broadcom 4312 Wireless.

View 12 Replies View Related

General :: Running Ubuntu 10.10 And Wireless Internet Was Very Slow?

Jun 2, 2011

I was running Ubuntu 10.10 and my wireless Internet was very slow (~1 minute to load a website, and downloading was excruciating). I dual boot my machine with windows 7, and I have no wireless problems at all when I am running windows. I disabled IPV6 and that did not do anything.I recently upgraded to Ubuntu 11.04 hoping that this may fix the problem however my wireless internet is still very slow. When I plug my computer directly to my modem, I have no problems at all.I was wondering if anyone had any ideas as to what might be making my wireless Internet so slow when I run Ubuntu?

View 4 Replies View Related

General :: Wireless Network Configuration Running Ubuntu?

Feb 6, 2010

I am running Ubuntu. My wireless network is picking up everyone elses but mine? How can I reconfigure to my wireless network?

View 10 Replies View Related

Slackware :: Can't Figure Out How To Get Wireless Running

Apr 28, 2011

so I know this is probably one of the most asked questions from Slackware noobs, but i can't seem to find an acceptable answer to this question. How to get wireless networking, working under Slackware linux.I know the tools i should be using(ifconfig, iwconfig) but I have no idea how to use them. I know the init script that I need to edit but I'm not to sure where to get the information it requires, such as the ESSID.I am running 13.1 64bit. I know that the wireless network I want to connect to uses WPA encryption.As well I have never used Slackware before, I've had the most experience with CrunchBang, the problem being wireless worked out of the box for that.

View 14 Replies View Related

General :: Improve Wireless Connectivity On MacBook Running Ubuntu?

Jul 22, 2011

I recently installed Ubuntu on my MacBook and it's great. The only problem is the Internet speed... on Mac OS X it is much faster which doesn't surprise me because both have been optimized to run fast.

I was wondering if there was a driver, or similar, that would improve the speed for Ubuntu?

View 1 Replies View Related

OpenSUSE Hardware :: Wireless BCM4312 Not Running Under 11

Feb 28, 2010

I do have an acer lab top with a BCM4312 wireless card. It is not running under OpenSuSE 11.2 how can I fix it

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved