I installed Linux Mint on my Dell Latitude D630 Wi Fi and I love it!! While the lap top was wired to the internet, I could do anything I wanted to do.
But I have wifi. And, the steps I found online did not help me get wifi set up.
When I type "iwconfig" from the command line, it says "no wireless extensions"
Please help. I need this.
I have a WiFi dongle that said to support GNU/Linux, however no drivers were found on the CD, after hours of research i found this and installed the driver, I'm pretty sure my device is listed as supported, but the device is still not recognized, it is listed on lsusb command, but not recognized by any WiFi program like WiFi Radar and wireless-tools, also when i use the iwconfig command, this is what i see, i really need this wireless connection working, can you help, please?
Hello,
I am looking for a live linux distro that is able to recognize more hardware by "default" without installation. For example, when I borrow a laptop/netbook, I want to be able to boot the live linux distro and be able to have wireless access to internet (at least most of the time).
I know how to get the wireless working if I have internet access to begin with, but sometimes I do not have a wired connection or am not allowed to install stuff.
I would like to try many live distros on different laptops, but it would be hard to convince other people to give me their laptops to do that; so I would really appreciate your help.
Thanks
i got a nasty isue here.
for my machine i want to make a checkup script to see to what wireless network i am connected to.
if i type iwconfig i get below output.
Code:
iwconfig
wlan0 IEEE 802.11bgn ESSID:"APqwerty"
Mode:Managed Frequency:2.447 GHz Access Point: 72:6B:D3:36:29:44
Bit Rate=54 Mb/s Tx-Power=20 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Link Quality=55/70 Signal level=-55 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:7339 Invalid misc:83573 Missed beacon:0
lo no wireless extensions.
eth0 no wireless extensions.
With a grep awk combo i manage to narow it down.
Code:
iwconfig | grep ESSID |awk '{ /ESSID/; print $4 }'
lo no wireless extensions.
eth0 no wireless extensions.
ESSID:"APqwerty"
why it also shows lo and eth0 ,i dont know, but ok.
i tried several combo's on grep, awk, even cut.
i only want to catch the ESSID to where i am connected to, in this case APqwerty.
i know i am missing something, but cant find out what it is, any advice ?
Hi ,
I'm new to Linux , I installed Kali linux on my pc and the wifi card isn't working ..
It is a usb wifi card , It has a cd for its driver. There is a folder in the cd called " Linux Driver " and here's what is inside it
First folder :
http://imgur.com/WTNgnEm
Second folder :
http://imgur.com/PyH07Cs
And here it is when I write lsusb :
http://i.imgur.com/NiPbbxSh.jpg
I'd like to know the steps to install it , Thanks in advance ..
Have had ongoing problems with wifi since I built my PC. It was like it is now when I first built it, I tried bits I found online to try and fix it and evntually it just started working out of the blue, when I hadn't changed anything. A few weeks ago it just reverted to how it was before
Very rarely it works normally, except it will only see my network (always about 60-70% strength) and not the other 3 in range
Sometimes it will say it is connected but not be able to download anything, and wont even load up the router homepage
Sometimes it connect and run for a few minutes before dropping and not being able to reconnect
Most often it will see my network and all others in range but wont connect
Sometimes it wont see my network at all, but will see others in range
Sometime network manager wont even show wireless up as an option just "nwtwork cable unplugged"
My 2 HDDs are on Mint 17.1, one is 64bit one 32bit. Motherboard is Gigabyte GA-970A-DS3P. I have 3 wifi adapters, one belkin, one realtek, and one "Think Penguin" one I bought especially from USA thinking it would be an easy fix. All have same problem, but all work on my other older PC properly with about 50-60% signal strength (same OS 32 bit)
I have no idea where to start
i recently installed ubuntu after being done with windows 7 on my dell lattitude d820 and when i donwnloaded that it wouldnt connect to wifi so i got julinux and that too wont work with wifi , i need help , its my first time using linux , please help me
Hi everyone, I am a new member and also new to linux, I encountered a problem, but last week I tried but did not solve
I downloaded iso file linux 1.1.0 on page potassium https://www.kali.org, I installed on my Dell inspiron n4010, it works very well and does not have any errors, but after I update and upgrade all packages, I rebooted the system switches to the command line, I lost a lot of time to return to the graphics, but when booting up the network manager icon not seen, I have set the package network-manager-gnome_0.9.4.1-0ubuntu2_i386.deb network manager icon show but when click on the network manager icon only contained text "network manager is not running."
I also installed Wicd but could not run "could not connect to wicd's D-Bus interface. Check the wicd log for error messages."
wireless driver apparently was set before
root@kali:~# airmon-ng
PHY Interface Driver Chipset
phy0 wlan0 wl Broadcom Corporation BCM4313 802.11b/g/n (rev 01)
please help me!
please guide installed offline, my kali linux no internet connection. can download package from another machine to install.
I am using linux mint and the grub menu gets configured automatically using scripts in /etc/grub.d. The menuentry that gets created is something like
Code:
"linux mint (on /dev/sda1)"
. I use external drives sometimes and also have linux on my harddrive which I also switch between computers. It gets confusing when it says /dev/sda2 when it means something else. It boots fine because that actual boot command uses uuid. How can I change the text of the (script generated) description to also use partition labels or uuid (or the first few chars) just so I know which install will actually boot. like this:
Code:
"Linux Mint (OFFICESSD)"
"Linux Mint (HOMEHDD)"
"Ubuntu (SANDISK)"
"Ubuntu (IMATION)"
I realise (maybe its the best way) I can change the "GRUB_TITLE=Linux Mint 17 Cinnamon 64-bit" in /etc/linuxmint/info but would rather a smoother way.
Hello, My issue is very common but, not able to resolve it.
Issue I am facing with my Linux (RHEL-5 32-bit) machine, where I am not able to connect to internet.
DWR-113 - D-Link Router is configured for 3G dongle (Vodafone India) - This setup is done via WiFi and not using the provided LAN cable from Win7 machine.
Internet is working absolutely fine in case of Wireless but, at same time when LAN cable is used internet is not working. [Able to ping to Router IP i.e. 192.168.0.1)
Similarly, from Linux box, ping to Router IP is working [LAN plugged] but, Internet not working. IP of linux machine: 192.168.0.60
Also, able to get the console connection of Linux from Windows box..[Windows connected to Router via WiFi and Linux connected to Router via LAN cable]
Please suggest how to get rid of this problem so that Internet will work on Linux via LAN cable.
Many Thanks,
Hello all,
As title says.... whats the best way of getting linux to do another command after the first one?
e.g. Say I type "find . -iname "*.dll" this displays a list of all the dlls in a folder/subdirectory. ... then i wanted to copy these files, or du them, or other commands.
The three things i am aware of is:
Pipe |
awk
xargs
Which one is the most useful/standard/best practice to use?
Thanks