openSUSE Forums > Network/Internet > Wireless » Netgear WN511B issues

Go Back   openSUSE Forums > Network/Internet > Wireless
Forums FAQ Members List Search Today's Posts Mark Forums Read


Wireless Questions about wireless networking setup, use, and wireless specific applications

Reply
Page 2 of 3 1 2 3
 
LinkBack Thread Tools Display Modes
  #11 (permalink)  
Old 23-Oct-2009, 10:56
Puzzled Penguin
 
Join Date: Oct 2009
Posts: 5
Kealin hasn't been rated much yet
Default Re: Netgear WN511B issues

I downloaded the repository files, but when i try to install the rmp's i get a window with a long list of errors. I'm seriously about ready to through this thing against the wall >.<..... My friend and i have been working on this thing all week to no avail. Maybe i should just put windows back on it.


If anyone else can possibly think of how to get this thing working, PLEASE PLEASE help... I really dont wanna have to resort back to windows.
Reply With Quote
  #12 (permalink)  
Old 23-Oct-2009, 11:08
broumbroum23's Avatar
Puzzled Penguin
 
Join Date: Jan 2009
Posts: 39
broumbroum23 hasn't been rated much yet
Default Re: Netgear WN511B issues

you better add the repository to the system repositories.
open yast2 -> software repositories -> add repository and use as an URL :
Code:
http://download.opensuse.org/repositories/driver:/wireless/openSUSE_11.1/
or
open terminal:
Code:
sudo zypper ar http://download.opensuse.org/repositories/driver:/wireless/openSUSE_11.1/ WIFI
to add the repo

then go to the software packages and look for "wireless" packages

EDIT : found that also netgear uses broadcom so the b43 may be supporting it : http://www.broadcom.com/support/802.11/linux_sta.php
GOOD LUCK !

Last edited by broumbroum23; 23-Oct-2009 at 11:15. Reason: broadcom drivers
Reply With Quote
  #13 (permalink)  
Old 23-Oct-2009, 11:19
broumbroum23's Avatar
Puzzled Penguin
 
Join Date: Jan 2009
Posts: 39
broumbroum23 hasn't been rated much yet
Default Re: Netgear WN511B issues

EDIT : found that also netgear uses broadcom so the b43 may be supporting it : Broadcom.com - 802.11 Linux STA driver where the readme file mention the device id (cardbus as PCI ?):
Code:
Is my Brcm device with PCI Device ID XYZ Supported?  These PCI Device IDs are supported:

	  Device ID	Product Name
          ---------   	-------------
          0x4311  	4311 2.4 Ghz
          0x4312  	4311 Dualband
          0x4313  	4311 5 Ghz
          0x4315  	4312 2.4 Ghz
          0x4328  	4321 Dualband
          0x4329  	4321 2.4 Ghz
          0x432a  	4321 5 Ghz
          0x432b  	4322 Dualband
          0x432c  	4322 2.4 Ghz
          0x432d  	4322 5 Ghz
          0x4353  	43224 Dualband
          0x4357  	43225 2.4 Ghz
Reply With Quote
  #14 (permalink)  
Old 24-Oct-2009, 03:42
Wise Penguin
 
Join Date: Mar 2009
Posts: 1,824
Akoellh is a reputation jewel in the roughAkoellh is a reputation jewel in the roughAkoellh is a reputation jewel in the roughAkoellh is a reputation jewel in the roughAkoellh is a reputation jewel in the rough
Default Re: Netgear WN511B issues

b43 - Linux Wireless
__________________
“Never attribute to malice that which can be adequately explained by stupidity.” (R.J. Hanlon)
Reply With Quote
  #15 (permalink)  
Old 24-Oct-2009, 06:39
broumbroum23's Avatar
Puzzled Penguin
 
Join Date: Jan 2009
Posts: 39
broumbroum23 hasn't been rated much yet
Default Re: Netgear WN511B issues

it said that b43 would not support it, the broadcom hybrid space driver is recommended. I've built from the latest source yesterday a kmp wifi-sta-driver on the OBS below.
http://download.opensuse.org/reposit...SUSE_11.1_oss/
__________________
Visit my OBS repository w/ various packages (java apps, some devices modules) !
http://download.opensuse.org/repositories/home://broumbroum23/
openSUSE_11.1_oss/
openSUSE_11.2_non-oss/


Last edited by broumbroum23; 24-Oct-2009 at 06:40. Reason: obs repo
Reply With Quote
  #16 (permalink)  
Old 24-Oct-2009, 06:59
Wise Penguin
 
Join Date: Mar 2009
Posts: 1,824
Akoellh is a reputation jewel in the roughAkoellh is a reputation jewel in the roughAkoellh is a reputation jewel in the roughAkoellh is a reputation jewel in the roughAkoellh is a reputation jewel in the rough
Default Re: Netgear WN511B issues

Searching for "broadcom" in OBS or at packman repo would have saved you that work.

There are quite a few other -and to be honest better- packages than yours.
__________________
“Never attribute to malice that which can be adequately explained by stupidity.” (R.J. Hanlon)
Reply With Quote
  #17 (permalink)  
Old 24-Oct-2009, 07:24
broumbroum23's Avatar
Puzzled Penguin
 
Join Date: Jan 2009
Posts: 39
broumbroum23 hasn't been rated much yet
Cool Re: Netgear WN511B issues

well I'm trying to make them better than yours alkoehl for example, still it's not easy to build a package from source, I'm training to make packages available to people I help, even though packman finds almost everything...
Never mind if you think my products are not enough good stuff, it shall be considered as original products and not sample copies.
__________________
Visit my OBS repository w/ various packages (java apps, some devices modules) !
http://download.opensuse.org/repositories/home://broumbroum23/
openSUSE_11.1_oss/
openSUSE_11.2_non-oss/

Reply With Quote
  #18 (permalink)  
Old 24-Oct-2009, 07:35
Wise Penguin
 
Join Date: Mar 2009
Posts: 1,824
Akoellh is a reputation jewel in the roughAkoellh is a reputation jewel in the roughAkoellh is a reputation jewel in the roughAkoellh is a reputation jewel in the roughAkoellh is a reputation jewel in the rough
Default Re: Netgear WN511B issues

If you want to learn, I recommend to read -in this case- the SPEC of the packman packages.

IMHO this is the best way to learn, reading stuff of people with experience.

A few examples:

1)
Code:
# Set build to default kernel
%if 0%{?suse_version} == 1120
export flavors to build=desktop pae default
%else
export flavors to build=default pae
%endif
Unnecessary.

If you want to exclude flavors from building, use the %suse_kernel_module_package macro in the correct way.

2) The name is also not a good choice, it should reflect the name of the package given by its developers, "wifi" and "sta" are too general.

3) No changelog and consequently no possibility to contact the packager for feedback or bugreports

4)
Code:
%post
echo -e "# replaced by wl.ko lib80211 \nblacklist ssb" | sudo tee -a /etc/modprobe.d/blacklist
echo -e "# replaced by wl.ko lib80211 \nblacklist b43" | sudo tee -a /etc/modprobe.d/blacklist
modprobe lib80211
insmod wl.ko
Good idea but with two major drawbacks.

- no routine to remove those entries on deinstalling the package

- loading the modules is OK, but you forgot to unload the modules ssb and b43 which will cause trouble, if they are already loaded


Good literature to start:

Packaging/SUSE Package Conventions - openSUSE

Kernel Module Packages - openSUSE
__________________
“Never attribute to malice that which can be adequately explained by stupidity.” (R.J. Hanlon)
Reply With Quote
  #19 (permalink)  
Old 24-Oct-2009, 07:48
broumbroum23's Avatar
Puzzled Penguin
 
Join Date: Jan 2009
Posts: 39
broumbroum23 hasn't been rated much yet
Default Re: Netgear WN511B issues

thanks for those remarks. I'll see further back in my code.
Code:
%post
echo -e "# replaced by wl.ko lib80211 \nblacklist ssb" | sudo tee -a /etc/modprobe.d/blacklist
echo -e "# replaced by wl.ko lib80211 \nblacklist b43" | sudo tee -a /etc/modprobe.d/blacklist
modprobe lib80211
insmod wl.ko
How would you impl. the %postun ?? I could make a backup but it could not reflect changes after the blacklistings.
there's much more things I want to do, and I've already read and the wiki you mentioned... EDiT : well no translation here..
__________________
Visit my OBS repository w/ various packages (java apps, some devices modules) !
http://download.opensuse.org/repositories/home://broumbroum23/
openSUSE_11.1_oss/
openSUSE_11.2_non-oss/

Reply With Quote
  #20 (permalink)  
Old 24-Oct-2009, 07:53
Wise Penguin
 
Join Date: Mar 2009
Posts: 1,824
Akoellh is a reputation jewel in the roughAkoellh is a reputation jewel in the roughAkoellh is a reputation jewel in the roughAkoellh is a reputation jewel in the roughAkoellh is a reputation jewel in the rough
Default Re: Netgear WN511B issues

Quote:
Originally Posted by broumbroum23 View Post
How would you impl. the %postun ??
I would not.

The solution in the packman package is much better, so download the src.rpm, unpack it and read the spec.
__________________
“Never attribute to malice that which can be adequately explained by stupidity.” (R.J. Hanlon)
Reply With Quote
Reply
Page 2 of 3 1 2 3

Bookmarks


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
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2