Reply
 
Thread Tools Display Modes
  #1  
Old 06-30-2012, 04:43 PM
premjan premjan is offline
Junior Member
 
Join Date: Jun 2012
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Default HP G7-1272NR wireless lan not detected
I have an HP G7-1272NR 17.3-Inch Laptop. As per the spec on the HP web site the network/wireless are:
Network Card - 10/100 Ethernet LAN, Wireless Connectivity - 802.11b/g/n WLAN (not sure if the latter is the name of the wireless card or not?). I tried installing PCBSD (isotope) from a CD image. Actually I wanted to triple boot with Windows and Linux, but Windows got corrupted. PC-BSD was booting but didn't install to the hard disk properly. Eventually I decided to overwrite everything on the disk and install only PCBSD.

PCBSD installed and boots fine now, but my wireless card (see above) was not detected. I have a button (f12) which is supposed to toggle the wifi, doesn't work. I tried to modify rc.conf and wpa_supplicant.conf but it didn't activate the wifi (do I have to load additional modules?). I can't even seem to boot from CD thought the CD mounts if I insert it after PCBSD has booted. I tried various things at the boot loader prompt, such as boot -C but no success. If the network card is not supported I would like to wipe the disk and install Ubuntu as I had it earlier. Unfortunately I am not even sure how to do that. The ethernet adapter does work if I use a cable. But that's not really that much use as the only browser that comes by default with the CD installation seems to be w3m.

Any help would be appreciated. Either how to turn on the wifi or how to boot into and install Linux from CD.

Thanks.
Reply With Quote
  #2  
Old 06-30-2012, 05:09 PM
premjan premjan is offline
Junior Member
 
Join Date: Jun 2012
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Default ifconfig reports
re0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=389b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING ,VLAN_HWCSUM,WOL_UCAST,WOL_MCAST,WOL_MAGIC>
ether 10:1f:74:b4:66:5b
inet6 fe80::121f:74ff:feb4:665b%re0 prefixlen 64 scopeid 0x2
nd6 options=23<PERFORMNUD,ACCEPT_RTADV,AUTO_LINKLOCAL>
media: Ethernet autoselect (none)
status: no carrier
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
options=3<RXCSUM,TXCSUM>
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x4
inet 127.0.0.1 netmask 0xff000000
nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
lagg0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=389b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING ,VLAN_HWCSUM,WOL_UCAST,WOL_MCAST,WOL_MAGIC>
ether 10:1f:74:b4:66:5b
inet6 fe80::121f:74ff:feb4:665b%lagg0 prefixlen 64 scopeid 0x5
nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
media: Ethernet autoselect
status: no carrier
laggproto failover
laggport: re0 flags=1<MASTER>
Reply With Quote
  #3  
Old 06-30-2012, 06:29 PM
premjan premjan is offline
Junior Member
 
Join Date: Jun 2012
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Default not supported?
I looked in the list of supported HP laptops and I do not see mine listed. Perhaps I should just try to install Linux? I am not even sure how to do that.
Reply With Quote
  #4  
Old 06-30-2012, 08:49 PM
bds bds is offline
Senior Member
 
Join Date: Oct 2009
Posts: 430
Thanks: 55
Thanked 35 Times in 32 Posts
Default
it's hard to tell which wireless card you have installed in your laptop -- some googling and i don't see any specific information on it. however, there may be some hope (for additional help, try the IRC channel, too -- there's connection information here http://pcbsd.org/index.php?option=co...mid=77&lang=en .... i'm no expert so take all of this with a grain of salt).

post the output of
Code:
dmesg -a | grep Wireless
or
Code:
dmesg -a | grep wireless
(if the first one doesn't return any results)

or try
Code:
pciconf -lv | grep wireless
(or try it with Wireless, instead)

while you're compiling all of that, take a look at the FreeBSD Handbook's section on Wireless Networking here: http://www.freebsd.org/doc/en_US.ISO...-wireless.html

HTH!
Reply With Quote
  #5  
Old 06-30-2012, 10:23 PM
premjan premjan is offline
Junior Member
 
Join Date: Jun 2012
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Default wireless card
I looked up system info and found the wireless is RALINK RT5390. After I tried to install GRUB I lost PC-BSD too. When I tried booting into Puppy Linux for which I had a CD lying around it didn't detect the wireless card either. And I think my windows recovery disk was no good. I'll get back to you here if I boot into BSD again and get a change to try dmesg/pciconf. Thanks.
Reply With Quote
  #6  
Old 06-30-2012, 10:35 PM
bds bds is offline
Senior Member
 
Join Date: Oct 2009
Posts: 430
Thanks: 55
Thanked 35 Times in 32 Posts
Default
if you opt to reinstall PC-BSD, (& when you're back up and running) run the following from a terminal window:

man -k RALINK

and read the man pages for the following:
ral(4) - Ralink Technology IEEE 802.11 wireless network driver
rum(4) - Ralink Technology USB IEEE 802.11a/b/g wireless network device
run(4) - Ralink Technology USB IEEE 802.11a/g/n wireless network device
runfw(4) - Firmware Module for Ralink driver
ural(4) - Ralink Technology RT2500USB IEEE 802.11 driver

cheers!
Reply With Quote
  #7  
Old 07-01-2012, 01:09 AM
premjan premjan is offline
Junior Member
 
Join Date: Jun 2012
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Default ok
ral(4) seems like the right man page, will give it a shot.
Reply With Quote
  #8  
Old 07-02-2012, 12:19 AM
premjan premjan is offline
Junior Member
 
Join Date: Jun 2012
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Default tried all of them
following lines in /boot/loader.conf

if_ral_load="YES"
runfw_load="YES"
if_rum_load="YES"
if_run_load="YES"
if_ural_load="YES"

No luck though, I think some of those lines are actually redundant as it complained stuff was already loaded.

Any options, short of writing my own wireless driver?
Reply With Quote
  #9  
Old 07-02-2012, 03:55 PM
bds bds is offline
Senior Member
 
Join Date: Oct 2009
Posts: 430
Thanks: 55
Thanked 35 Times in 32 Posts
Default
one of the more experienced users will have to help at this point -- i'm occasionally having hard-to-pinpoint wireless issues myself.

pastebin the output of
Code:
dmesg -a
and
Code:
pciconf -lv
and hopefully someone can give a (better & more complete) diagnosis.

sorry i can't be of more help.

PS you might try giving your /etc/rc.conf -- maybe something is missing there.
Reply With Quote
  #10  
Old 07-03-2012, 05:45 AM
premjan premjan is offline
Junior Member
 
Join Date: Jun 2012
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Default pastebin
dmesg -a
pciconf -lv
rc.conf
Ordered Windows recovery disk, will put PC-BSD back on though if I can get the wifi working.
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


All times are GMT. The time now is 09:07 AM.


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

Copyright 2005-2010, The PC-BSD Project. PC-BSD and the PC-BSD logo are registered trademarks of iXsystems.
All other content is freely available for sharing under the terms of the Creative Commons Attribution License.