LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Opensuse Dell laptop wifi ? (https://www.linuxquestions.org/questions/linux-newbie-8/opensuse-dell-laptop-wifi-4175491428/)

Shadowmeph 01-15-2014 07:21 PM

Opensuse Dell laptop wifi ?
 
I cannot deem to figure out how to get my Wifi working on my Older Dell precisionm4300 laptop I have tried different linux distros and now installed opensuse but wifi doesn't even exist never mind using it lol . the wifi did work perfectly in Windows 7 so I do know that it does work.

MARogue 01-15-2014 07:38 PM

It may be helpful to know what wifi card you are using.

Code:

lspci | grep -iE 'networking|wireless'
Is your networking using hardwire working?

Shadowmeph 01-15-2014 07:47 PM

I typed that command in but noting happens

aus9 01-15-2014 08:28 PM

Hi

my dell latitude has a bios setting that needs to enable wireless

also it has a hardware slide switch on the side of the lappy
---if you have one ensure its in the RH position

good luck

ftp://ftp.dell.com/Manuals/all-produ...uide_en-us.pdf

see page 19/20 for switch

MARogue 01-15-2014 08:35 PM

Try
Code:

sudo lspci | more
space bar down until you find your wireless/network card.

Are you able to use a ethernet hardwire connection to access the internet? or Do you have no network capabilities at all?
That may be a hint at the root of the problem.

Shadowmeph 01-15-2014 08:52 PM

Quote:

Originally Posted by MARogue (Post 5098824)
Try
Code:

sudo lspci | more
space bar down until you find your wireless/network card.

Are you able to use a ethernet hardwire connection to access the internet? or Do you have no network capabilities at all?
That may be a hint at the root of the problem.

command not found
ok I had to do thr su instead of sudo
ok it shows Broadcom Cprporation Netxtreme BCM4321 802.11a/b/g/n (rev.03)

TroN-0074 01-15-2014 09:07 PM

if you type on your terminal as root ofcourse
Code:

lspci -knn
you will get a list of all your hardware with the kernel module that is being used. you can pasted the result here so we can see what is your wireless card and what driver is using.

Also here is the link to an important OpenSUSE guide, look at the left side for other interesting topic beside the wireless how to.

http://opensuse-guide.org/wlan.php

Keep in mind that in order for you to download and install drivers an internet connection is required so you must plug an ethernet cable to your computer in order to get access to the internet and fix your connection that way.

Good luck to you

Shadowmeph 01-15-2014 09:32 PM

I am not sure how to copy off of the xterm terminal so I am stuck typing everything. Subsystem: Dell Device [1028:01ff]
Kernel driver in use: yenta_cardbus
Kernel modules: yenta_socket
03:01.4 FireWire (IEEE 1394) [0c00]: O2 Micro, Inc. Firewire (IEEE 1394) [1217:00f7] (rev 02)
Subsystem: Dell Device [1028:01ff]
Kernel driver in use: firewire_ohci
Kernel modules: firewire_ohci
09:00.0 Ethernet controller [0200]: Broadcom Corporation NetXtreme BCM5755M Gigabit Ethernet PCI Express [14e4:1673] (rev 02)
Subsystem: Dell Device [1028:01ff]
Kernel driver in use: tg3
Kernel modules: tg3
0c:00.0 Network controller [0280]: Broadcom Corporation BCM4321 802.11a/b/g/n [14e4:4328] (rev 03)
Subsystem: Dell Wireless 1500 Draft 802.11n WLAN Mini-card [1028:000a]
Kernel driver in use: b43-pci-bridge
Kernel modules: ssb

Shadowmeph 01-15-2014 09:52 PM

Ok ty for all of your help I finally got it up and running :)\
Now I get to search and try out different email clients with good spam filter but that will be another possible problem for a later date
Thank you all again :)

TroN-0074 01-15-2014 09:56 PM

For email Thunderbird is a good one.

MARogue 01-15-2014 09:57 PM

Quote:

Broadcom Corporation BCM4321 802.11a/b/g/n (rev 03)
Subsystem: Dell Wireless 1500 Draft 802.11n WLAN Mini-card
That is the wireless card you are using.

First, prior to other work arounds, ensure the networking is up and functioning... as su type
Code:

/etc/init.d/networking restart

Timothy Miller 01-15-2014 10:01 PM

Nevermind, got it solved while I was waiting for Suse to boot up to confirm commands...

John VV 01-16-2014 12:35 AM

Quote:

I am not sure how to copy off of the xterm terminal so I am stuck typing everything.
the same as on windows "cmd.exe" and every text document and every web browser IE and Firefox

l-click and highlight
r-click the highlight and select "copy"
( or keybord shortcut)
<control>+<c>
Also the exact same command as on Windows and Apple
and MS office , and notepad


All times are GMT -5. The time now is 07:44 PM.