search for: b43

Displaying 20 results from an estimated 77 matches for "b43".

Did you mean: 43
2014 Feb 24
3
nut in openwrt
Thanks again. This is the lsmod output: # lsmod aead 4256 0 arc4 1312 2 b43 324014 0 bcma 28621 1 b43, button_hotplug 2800 0 cfg80211 172273 2 b43,mac80211, cifs 190077 0 compat 651 3 b43,mac80211,cfg80211, crc16 1015 1 ext4, crc_ccitt 1019 1...
2014 Feb 24
0
nut in openwrt
...ed, which appear to have been used on your Debian box. - Tim On February 24, 2014 1:12:36 AM CST, Josu Lazkano <josu.lazkano at gmail.com> wrote: >Thanks again. > >This is the lsmod output: > ># lsmod >aead 4256 0 >arc4 1312 2 >b43 324014 0 >bcma 28621 1 b43, >button_hotplug 2800 0 >cfg80211 172273 2 b43,mac80211, >cifs 190077 0 >compat 651 3 b43,mac80211,cfg80211, >crc16 1015 1 ext4, >crc...
2005 Apr 17
1
nls segmented model with unknown joint points
...eventually in nlme. I can fit this model in sas (see below, joint points to be estimated are a41 and a41), but am unsure how to specify this in the nlm function. I would really appreciate any suggestions or example code. Thanks a lot. -andy proc nlin data=Stems.Trees; params b41=-3 b42=1.5 b43=-1.5 b44=50 a41=0.75 a42=0.1; term1 = (b41*(x - 1) + b42*(x**2 -1)); if (a41 - x) >= 0 then term2 = (b43*(a41 - x)**2); else term2 = 0; if (a42 - x) >=0 then term3 = (b44*(a42 - x)**2); else term3 = 0; model y = term1+term2+term3; run;
2011 Sep 05
4
Broadcom Wifi Problem
I have a Broadcom 802.11b/g hardware on my dual-boot laptop. Note first that in the WinXP partition, the wifi makes DHCP connections to my router with no problem. Since this was not working in my new CentOS 6 partition, and remembering that there was a driver problem with the old Fedora partition it replaced, I followed instructions founs at:
2009 Apr 02
2
Latest updates break b43 wireless
Can't connect to network even with no security. Is this possibly a firmware issue? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part. URL: <http://lists.centos.org/pipermail/centos/attachments/20090401/7c80deca/attachment-0003.sig>
2014 Feb 24
1
nut in openwrt
...x. > >- Tim > >On February 24, 2014 1:12:36 AM CST, Josu Lazkano ><josu.lazkano at gmail.com> wrote: >>Thanks again. >> >>This is the lsmod output: >> >># lsmod >>aead 4256 0 >>arc4 1312 2 >>b43 324014 0 >>bcma 28621 1 b43, >>button_hotplug 2800 0 >>cfg80211 172273 2 b43,mac80211, >>cifs 190077 0 >>compat 651 3 b43,mac80211,cfg80211, >>crc16...
2009 Mar 03
3
Need Broadcom 4311 firmware for CentOS 5
...th the bcm43xx driver. I've been searching and fighting this for quite some time. I have a Fedora 10 installation that runs the wireless just fine on that laptop (Lenovo 3000 N200), but I really hate the churn and instability of Fedora. I was hoping that CentOS 5.3 might include a backported b43 driver, but I grabbed a preliminary version of the new kernel (2.6.18-132), and it still has the old bcm43xx.ko driver. -- Bob Nichols "NOSPAM" is really part of my email address. Do NOT delete it.
2014 Feb 23
0
nut in openwrt
[CC'ing the list] On Feb 23, 2014, at 3:06 PM, Tim Dawson wrote: > I don't think USB support is a given in OpwnWRT - some builds have it, some don't, and some are just a bit wonky. > Most USB builds support USB disk - the USB serial driver is a different beast, and even if one is there does not imply the other. > > I'd be interested in the output of 'lsmod',
2009 Jun 18
4
Which external WiFi device for laptop running CentOS 5.3?
Have decided to give up on the embedded Broadcom 4312 wireless device in my son's Dell laptop. I get WEP open authentication to work, but nothing else. I was about to dump the bcm43xx kernel module and the bcm43xx-microcode5.fw firmware and work with the newer b43 module and associated firmware. However, he claims that at school, he has always had intermittent problems with wireless under Vista and wants an external device (USB or PCMCIA). So...if you had a clean slate, which make & model would you buy for mindlessly easy installation and use under Ce...
2014 Feb 23
5
nut in openwrt
2014-02-23 17:57 GMT+01:00 Charles Lepple <clepple at gmail.com>: > On Feb 22, 2014, at 9:51 AM, Josu Lazkano wrote: > >> The problem is that I don't know where to configure it. >> >> Anyone with a UPS connect to a OpenWRT device? > > What version of OpenWRT? > > I haven't tried this myself, but it looks like recent versions of OpenWRT use UCI,
2010 Jul 02
4
mainboard recommendations
...eplacement MB-s that would fit into my existing uATX case, support my C2D CPU, and support at least 4x2GB ram. I have narrowed it down to the following four models: SUPERMICRO MBD-C2SBM-Q-O (Q35 chipset) Intel BOX DQ45CB (Q45 chipset) Foxconn Q45M (Q45 chipset) Asus P5QL-VM DO (B43 chipset) I consider going with the Intel board, since it''s explicitly mentioned in the xen wiki to work. The Supermicros''s DOCS mention VT-D to work, but where I live, it costs twice the cost of the intel board, so it''s out of budget. So the only challenger of the inte...
2013 Dec 10
4
Upgrade to CentOS 6.5 -> issue with Broadcom Wifi
...errors (see below). I simply could not remember how I had the Broadcom Wifi chip working since CentOS 6.x, but I clearly remember that I had to install the driver (I presume from the sources since I've found them in my setup archives, but not sure). I have the following RPM's installed: b43-openfwwf-5.2-4.el6.noarch b43-fwcutter-012-2.2.el6.x86_64 I wonder if the kernel update breaks it.. Does any one have experience with this driver and CentOS 6.5? Here is make's output: # make make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. CFG80211 AP...
2010 Feb 04
1
Bug in as.character? (PR#14206)
...Browse[2]> formula.str y ~ -1 + b1 + b2 + b3 + b4 + b5 + b6 + b7 + b8 + b9 + b10 + b11 + b12 + b13 + b14 + b15 + b16 + b17 + b18 + b19 + b20 + b21 + b22 + b23 + b24 + b25 + b26 + b27 + b28 + b29 + b30 + b31 + b32 + b33 + b34 + b35 + b36 + b37 + b38 + b39 + b40 + b41 + b42 + b43 + b44 + b45 + b46 + b47 + b48 + b49 + elevation + f(idx, model = "sphere", sphere.dir = "global_temperature_80s", T.order = 2, K.order = 2, T.model = "rotsym", K.model = "rotsym", initial = c(-4, 1, 0), param = c(-4, 0.01, 3, 0.01, 0,...
2011 Sep 12
1
CentOS 6, Broadcom, missing wlan0
...com.com/docs/linux_sta/5_100_82_38.patch the driver built and installed fine. In fact, I'm using it on my laptop as we speak. On my CentOS 6, with BCM4311 802.11b/g. I installed: hybrid-portsrc_x86_32-v5_100_82_38.tar.gz With NetworkManager shut off, I see: #lsmod | grep "b43\|ssb\|wl" wl 2635904 0 lib80211 4858 1 wl and I try to start with: ifup wlan0 I put debug in the script, following into nested scripts, and see that it ultimately fails because: ip -o link fails to return wlan0 . I rechecked the MAC address,...
2013 Dec 28
1
Centos 6.5 Unable to start wireless
Made a minimal install, then added Gnome, etc, etc, now I have a full running system but: on the laptop I have a Broadcom BMC4311 that is not seen from system even if driver seems (b43) to be loaded If I connect an USB dongle with RLT8187 (high power dongle) I see also Broadcom BCM 4311 (high power dongle is working on another system):I guess tha USB port power is too low to make dongle work In any case I get the message that wireless is disabled. Any comment? -- Antonio M S...
2011 Feb 08
2
Hidden files
...r-xr-x 13 awacs awacs 4096 2010-05-11 00:34 acx -rw-r--r-- 1 awacs awacs 155511 2008-02-03 21:46 aish-ani-maamin.aac -rw-r--r-- 1 awacs awacs 155511 2008-02-03 21:53 aish.jpg drwxr-xr-x 101 awacs awacs 12288 2011-02-07 19:54 awacs -rwxr-xr-x 1 root root 18106 2010-05-09 10:15 b43-fwcutter_012-1_i386.deb -rwxr-xr-x 1 root root 57568 2010-05-09 10:15 b43.htm ?
2009 Jan 08
3
Obtaining a newer Broadcomm (bcm43xx) driver for CentOS 5
I'm using CentOS 5 (w/all latest updates as of 2008-01-06) on an HP laptop -- in fact, the exact laptop described here: http://wiki.centos.org/HowTos/Laptops/HP/Pavilion-ze5300_Series Ever since I switched from SHARED to OPEN authentication (and hence from using ndiswrapper to the bcm43xx module, as explained on that wiki page), I've been having packet loss and/or collision on the
2015 Aug 10
2
FC22: virt-p2v-make-kickstart/livecd-creator doesn't build
...new FC22 server to build my images I run virt-p2v-make-kickstart fedora livecd-creator p2v.ks and I get the following error: Installing: grubby ##################### [435/436] Installing: uboot-tools ##################### [436/436] Installing: b43-fwcutter ##################### [437/436] 947 blocks No '/dev/log' or 'logger' included for syslog logging dracut module 'dmsquash-live' depends on 'img-lib', which can't be installed dracut module 'dmsquash-live' cannot be found or install...
2013 Aug 01
1
Installing using kernel-3.4.54 from xen4centos
Hello, I've used pungi with the following configuration: repo --name=centos-base --baseurl=ftp://mirrors/centos/6/os/x86_64 --cost=1 -- excludepkgs=qemu-kvm repo --name=centos-updates --baseurl=ftp://mirrors/centos/6/updates/x86_64 -- cost=1 --excludepkgs=qemu-kvm repo --name=xen4centos -- baseurl=http://mirror.centos.org/centos/6/xen4/x86_64/ --cost=1 %packages @base @core
2013 Mar 06
1
Wireless cannot ping gateway after 6.3 CR updates
...ter/accesspoint, are assigned correct static IPs, but cannot ping any box on the intranet including the router. No other boxes on the intranet can ping the hp or zotac, Once a network cable is inserted and removed all is well with that box. The zotac box uses the ath9k wireless driver, the HP uses b43. Same result using DHCP instead of static IP. Output of iwconfig appears normal on both errant boxes and does not change from non-working to working state. Google has not been much help. FWIW, here is output of iwconfig and ifconfig. ~]$ ifconfig eth0 Link encap:Ethernet HWaddr 00:01:2E:B...