1601b wireless network and more on dell inspiron 15r se 7520 - The FreeBSD Forums
The FreeBSD Forums  

Go Back   The FreeBSD Forums > Desktop Usage > Mobile Computing

Mobile Computing This forum discusses issues related to running FreeBSD on notebooks, laptops, and other mobile equipment.

Reply
 
Thread Tools Display Modes
  #1  
Old September 18th, 2012, 10:18
vayu vayu is offline
Junior Member
 
Join Date: Sep 2012
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default wireless network and more on dell inspiron 15r se 7520

Hello FreeBSD-users ,

yesterday I installed FreeBSD-9.0-RELEASE-amd64 on my new Dell Inspiron 15R Special Edition and the wireless network card on the machine was not detected during the installation.

The card is Intel Centrino Wireless-N 2230 and it is working fine on both Windows and Ubuntu-linux, but FreeBSD detected only the onboard ethernet card. Internet is working fine when the the ethernet cable is connected to the machine, but since it is a laptop it would be nice with wifi.

So what can I do to make the wifi work? I am absolutely new to FreeBSD.

Also when FreeBSD is running on the machine, the machine makes a lot of noise, the same noise as when I tested to play BF3. I suspect that it has something to do with the dedicated graphic card, AMD Radeon HD 7730M. Can the dedicated card be turned off?, I could not do it through the BIOS-settings, I could not find anything there.

The computer has intel core i7-3612QM with integrated gpu intel-HD4000, 8 GB ram and a 256 GB samsung 830 ssd-drive.

I appreciate all help I can get, and apologies for my not-so-good english.
Reply With Quote
  #2  
Old September 18th, 2012, 10:28
SirDice's Avatar
SirDice SirDice is offline
Moderator
 
Join Date: Nov 2008
Location: Rotterdam, Netherlands
Posts: 13,702
Thanks: 47
Thanked 2,022 Times in 1,861 Posts
Default

Quote:
Originally Posted by vayu View Post
So what can I do to make the wifi work? I am absolutely new to FreeBSD.
Handbook: 32.3 Wireless Networking
__________________
Senior UNIX Engineer at Unix Support Nederland
Experience is something you don't get until just after you need it.
Reply With Quote
  #3  
Old September 20th, 2012, 09:21
vayu vayu is offline
Junior Member
 
Join Date: Sep 2012
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by SirDice View Post
Thank you man, I should read that before starting a new t....

Anyway, do you have any comments on the switchable graphics part?

Should I take a look at the KMS-projekt here on FreeBSD? Or is there modules that can be unloaded from the kernel and in that way make a device inactive?

Thanks
Reply With Quote
  #4  
Old October 19th, 2012, 10:03
dohmniq dohmniq is offline
Junior Member
 
Join Date: Oct 2012
Posts: 5
Thanks: 0
Thanked 2 Times in 2 Posts
Default

I have the same laptop but it seems the wireless chip isn't supported yet (as of FreeBSD-9.1 RC2):

Code:
iwn0: <Intel Centrino Wireless-N 130> mem 0xc1500000-0xc1501fff irq 17 at device 0.0 on pci8
iwn0: adapter type 12 not supported
iwn0: could not attach device, error 45
device_attach: iwn0 attach returned 45
As you can see above, the chip is incorrectly detected. If you do # pciconf -lv you will probably get output like:

Code:
none2@pci0:8:0:0:       class=0x028000 card=0x44628086 chip=0x08878086 rev=0xc4 hdr=0x00
    vendor     = 'Intel Corporation'
    class      = network
There is firmware available from Intel for the N-2230 but when I tried to modify the iwn(4) driver to use it I encountered kernel panics.

For now I use a cheap, supported USB WiFi card!

Also I can't get the card reader or ATI Radeon 7700M to work. Even the Intel HD 4000 graphics card is very slow but at least usable (just).

I tried to turn off the ATI card using various loader.conf(5), device.hints(5) and loader(8) commands but the ACPI-based hardware discovery seems to override all that.

I get the impression that support is 'nearly there'.
Reply With Quote
  #5  
Old February 9th, 2013, 23:11
skillcoder skillcoder is offline
Junior Member
 
Join Date: Apr 2012
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I have Gigabyte motherboard GA-H77N-WiFi with intergraded WiFi chip Intel Centrino Wireless-N 2230.
And have ablosutly same problem as dohmniq descriptive.

Any solutions ?
Reply With Quote
  #6  
Old February 10th, 2013, 04:54
skillcoder skillcoder is offline
Junior Member
 
Join Date: Apr 2012
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Default

uname -rpo
Code:
FreeBSD 9.1-RELEASE amd64
dmesg | grep iwn0
Code:
iwn0: <Intel Centrino Wireless-N 130> mem 0xf7c00000-0xf7c01fff irq 18 at device 0.0 on pci4
iwn0: adapter type 12 not supported
iwn0: could not attach device, error 45
device_attach: iwn0 attach returned 45
pciconf -lv
Code:
none2@pci0:4:0:0:       class=0x028000 card=0x40628086 chip=0x08878086 rev=0xc4 hdr=0x00
    vendor     = 'Intel Corporation'
    class      = network

Last edited by wblock@; February 10th, 2013 at 16:35. Reason: tags, please read http://forums.freebsd.org/showthread.php?t=8816
Reply With Quote
  #7  
Old February 11th, 2013, 04:23
skillcoder skillcoder is offline
Junior Member
 
Join Date: Apr 2012
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I'm not good in the drivers under freebsd, but can it even than that might help.
Intel Centrino Wireless-N 2230 - WiFi

I think there's a similar problem discussed.
But the decision seems to have not been found.

There are at least some suggestions?
Reply With Quote
  #8  
Old February 11th, 2013, 11:32
zeissoctopus zeissoctopus is offline
Member
 
Join Date: Aug 2009
Location: Hong Kong
Posts: 113
Thanks: 149
Thanked 21 Times in 14 Posts
Default

Quote:
Originally Posted by skillcoder View Post
There are at least some suggestions?
Buy a cheap Buffalo AirStation™ N150 Wireless USB Adapter, your FreeBSD laptop can online within a minute.

FreeBSD's run(4) driver supports Buffalo AirStation™ N150 Wireless USB Adapter.
Reply With Quote
  #9  
Old February 11th, 2013, 23:40
skillcoder skillcoder is offline
Junior Member
 
Join Date: Apr 2012
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Default

This is an unacceptable solution.
This is a crutch.
This workaround.

I want to do without the crutches.

I already know about this crutch.

Well, this is Intel! Really with Freebsd so bad that it even Intel device does not support?
Or do I need to support Intel's talk and not here?
Reply With Quote
  #10  
Old February 19th, 2013, 07:51
skillcoder skillcoder is offline
Junior Member
 
Join Date: Apr 2012
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Default

One week passed...
Reply With Quote
  #11  
Old February 21st, 2013, 15:56
kpa kpa is online now
Giant Locked
 
Join Date: Jul 2010
Location: People's Technocratic Republic of Finland
Posts: 2,007
Thanks: 44
Thanked 466 Times in 396 Posts
Default

This is a FreeBSD user to user forum. Not a helpdesk. Do some searching and reading yourself if you don't get any suggestions that please you from here.
Reply With Quote
  #12  
Old April 3rd, 2013, 12:23
vayu vayu is offline
Junior Member
 
Join Date: Sep 2012
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I got rid of that shit.

No other OS except Microsoft 'windows' could be installed on that piece of shit because of the dual graphic thing. When I had Linux or FreeBSD running on it, the AMD GPU was always on, which generated a lot of noise and heat.

Never buy AMD and Dell shit again.

Last edited by DutchDaemon; April 3rd, 2013 at 12:27. Reason: http://forums.freebsd.org/showthread.php?t=18043#WinDOS
Reply With Quote
  #13  
Old April 15th, 2013, 01:36
adrian@ adrian@ is offline
FreeBSD Developer
 
Join Date: Feb 2008
Posts: 16
Thanks: 0
Thanked 3 Times in 3 Posts
Default .. we do need more iwn maintainers

Intel support the driver on Linux, but they don't have anyone actively doing FreeBSD development.

Bernhard has done a great job fixing 11n support for the intel NICs, but he sadly doesn't have the time right now to work on the newer chipset support. So it hasn't appeared.

So if someone wants to step up and port the necessary changes to the iwn driver to support the newer Intel chips, we'll all be very appreciative. That's the only way that you're going to get chipset support for the 2100/6300 and other recent chips.

Last edited by DutchDaemon; April 15th, 2013 at 12:27.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[Solved] wireless issue broadcom bwi driver on dell inspiron 2200 djsameman Mobile Computing 3 March 2nd, 2011 17:13
[Solved] Dell inspiron and snd_hda(4) Markand System Hardware 2 January 17th, 2011 23:06
Dell Inspiron E1705 Wireless Johninlex Mobile Computing 4 September 27th, 2010 23:43
Dell Inspiron E1705 Wireless Johninlex System Hardware 1 September 27th, 2010 22:59
Dell Inspiron 1100 LordZ Installing & Upgrading 9 November 25th, 2008 17:23


All times are GMT +1. The time now is 23:37.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
The mark FreeBSD is a registered trademark of The FreeBSD Foundation and is used by The FreeBSD Project with the permission of The FreeBSD Foundation.
Web protection and acceleration provided by CloudFlare
0