similar to: ieee80211.i386 yum repository

Displaying 20 results from an estimated 400 matches similar to: "ieee80211.i386 yum repository"

2003 Oct 09
1
7940/60 TFTP Problem
> -----Original Message----- > From: Babak Pasdar [mailto:bpasdar@IGXGlobal.com] > > I was wondering if anyone else has had this problem. I have purchused > several Cisco 7940 and 7960 phones. Of the 5 phones so far I have run > accross 2 that that give me malformed TFTP and refuse to upgrade to the > latest version of SIP code -- 5.3. In fact some of the other phones also
2007 Apr 18
1
[Bridge] [BRIDGE] Unaligned access on IA64 when comparing ethernet addresses
From: Evgeny Kravtsunov <emkravts@openvz.org> compare_ether_addr() implicitly requires that the addresses passed are 2-bytes aligned in memory. This is not true for br_stp_change_bridge_id() and br_stp_recalculate_bridge_id() in which one of the addresses is unsigned char *, and thus may not be 2-bytes aligned. Signed-off-by: Evgeny Kravtsunov <emkravts@openvz.org> Signed-off-by:
2007 Mar 26
1
4.92 and new HP dv9000 laptop
The new 4.92 installed nicely on this laptop... I am trying to get wireless networking going. I installed XEN. my kernel is 2.6.18-1.2747.el5xen I downloaded ipw3945-linux-1.2.0 This told me do download ieee80211-1.2.16 So when I try to compile ieee80211 it tells me find: /lib/modules/2.6.18-1.2747.el5xen/build/: No such file or directory egrep: /lib/modules/2.6.18-1.2747.el5xen/build//.config:
2018 Jun 05
0
[PATCH v2 1/2] compiler-gcc.h: add gnu_inline to all inline declarations
On Tue, 2018-06-05 at 10:23 -0700, Joe Perches wrote: > Perhaps these are simpler as > > #define __inline__ inline > #define __inline inline Currently, there are these uses of inline variants in the kernel $ git grep -w inline | wc -l 68410 $ git grep -w __inline__ | wc -l 503 $ git grep -w __inline | wc -l 57 So it seems it's also reasonable to sed all uses of __inline to
2005 Dec 27
0
Compiling kernel-2.6.13...
Hi. I'm trying to use CentOS4.2 for some audio work (ie. sound editing, etc.). I found a site called PlanetCCRMA (http://ccrma.stanford.edu/planetccrma/software/) and decided that I would give some of their applications a try (hoping that it would not affect my system greatly!). At first I tried the Fedora 3 packages (and they do work), but what I really wanted to do is to download the
2011 Oct 17
0
suspend to ram does not work with Geforce 310M (NVA8)
Hello. Minimal testcase for my problem: No X running, just a TTY. Use of the nouveau kernel module as of today (or any older) with an up to date vanilla kernel. Hardware: DELL Vostro 3500 with Geforce 310M. To suspend to ram I use this script, as suggested in Documentation/power/s2ram.txt: #!/bin/sh sync echo 1 > /sys/power/pm_trace echo mem > /sys/power/state When I try to suspend to
2020 Jun 16
0
iwlwifi problem after Centos 8.2 update
Hi! I get high cpu usage on my laptop (yes im running Centos on my laptop) after my last update. At the beginning i though it was libvrtd but after stopping it gnome monitor keep showing high cpu usage although i couldnt find the app that was responsible for it with the top command. I searched my log files and I saw alot of iwlwifi message. I had to turn off wifi in order to stop high cpu
2010 Nov 15
2
[PATCH 00/44] remove unnecessary semicolons
ya trivial series... Joe Perches (44): arch/arm: Remove unnecessary semicolons arch/microblaze: Remove unnecessary semicolons arch/um: Remove unnecessary semicolons drivers/cpufreq: Remove unnecessary semicolons drivers/gpio: Remove unnecessary semicolons drivers/i2c: Remove unnecessary semicolons drivers/isdn: Remove unnecessary semicolons drivers/leds: Remove unnecessary
2010 Nov 15
2
[PATCH 00/44] remove unnecessary semicolons
ya trivial series... Joe Perches (44): arch/arm: Remove unnecessary semicolons arch/microblaze: Remove unnecessary semicolons arch/um: Remove unnecessary semicolons drivers/cpufreq: Remove unnecessary semicolons drivers/gpio: Remove unnecessary semicolons drivers/i2c: Remove unnecessary semicolons drivers/isdn: Remove unnecessary semicolons drivers/leds: Remove unnecessary
2010 Nov 15
2
[PATCH 00/44] remove unnecessary semicolons
ya trivial series... Joe Perches (44): arch/arm: Remove unnecessary semicolons arch/microblaze: Remove unnecessary semicolons arch/um: Remove unnecessary semicolons drivers/cpufreq: Remove unnecessary semicolons drivers/gpio: Remove unnecessary semicolons drivers/i2c: Remove unnecessary semicolons drivers/isdn: Remove unnecessary semicolons drivers/leds: Remove unnecessary
2010 Nov 15
2
[PATCH 00/44] remove unnecessary semicolons
ya trivial series... Joe Perches (44): arch/arm: Remove unnecessary semicolons arch/microblaze: Remove unnecessary semicolons arch/um: Remove unnecessary semicolons drivers/cpufreq: Remove unnecessary semicolons drivers/gpio: Remove unnecessary semicolons drivers/i2c: Remove unnecessary semicolons drivers/isdn: Remove unnecessary semicolons drivers/leds: Remove unnecessary
2013 Aug 01
1
[PATCH V3 0/3] networking: Use ETH_ALEN where appropriate
Convert the uses mac addresses to ETH_ALEN so it's easier to find and verify where mac addresses need to be __aligned(2) Change in V2: - Remove include/acpi/actbl2.h conversion It's a file copied from outside ACPI sources Changes in V3: - Don't move the pasemi_mac.h mac address to be aligned(2) Just note that it's unaligned. Joe Perches (3): uapi: Convert some uses of 6 to
2013 Aug 01
1
[PATCH V3 0/3] networking: Use ETH_ALEN where appropriate
Convert the uses mac addresses to ETH_ALEN so it's easier to find and verify where mac addresses need to be __aligned(2) Change in V2: - Remove include/acpi/actbl2.h conversion It's a file copied from outside ACPI sources Changes in V3: - Don't move the pasemi_mac.h mac address to be aligned(2) Just note that it's unaligned. Joe Perches (3): uapi: Convert some uses of 6 to
2019 Nov 10
0
Intel Wireless 3160 adapter misbehaving
Hi folks I'm having some hard time troubleshooting a Wifi issue Centos7, fully up to date, with an Intel Dual Band 3160 Wireless adapter After the machine boots, the Wifi connects and runs ok for a few hours After this, the Wifi just stops [root at orbex ~]# lspci -v | grep Wireless 04:00.0 Network controller: Intel Corporation Wireless 3160 (rev 83) Subsystem: Intel Corporation
2018 Jun 05
0
[PATCH v2 1/2] compiler-gcc.h: add gnu_inline to all inline declarations
On Tue, 2018-06-05 at 12:50 -0700, Nick Desaulniers wrote: > On Tue, Jun 5, 2018 at 12:14 PM Joe Perches <joe at perches.com> wrote: > > > > On Tue, 2018-06-05 at 10:23 -0700, Joe Perches wrote: > > > Perhaps these are simpler as > > > > > > #define __inline__ inline > > > #define __inline inline > > > > Currently,
2009 Jun 18
2
[PATCH node-image] Keep nls_utf8.ko module on node-image
resolves: rhbz:504741 - nls utf8 kmod missing causes error messages during firstboot configuration --- common-blacklist.ks | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/common-blacklist.ks b/common-blacklist.ks index 48f30a6..eb59014 100644 --- a/common-blacklist.ks +++ b/common-blacklist.ks @@ -49,14 +49,16 @@ done # the following are lists of kernel
2014 Jan 11
1
Configure wireless USB ethernet
I have a system that does *not* have a graphical desktop installed, nor do I ever plan to. I have its wired ethernet working just peachy. Now I want to configure a USB wireless ethernet and scratching my head. Particularly since I don't use NetworkManager, everything is manually configured. That said, if I enable NM, I see this in /var/log/messages: NetworkManager[26900]: <info>
2008 Jul 12
4
[PATCH] tun: Fix/rewrite packet filtering logic
Please see the following thread to get some context on this http://marc.info/?l=linux-netdev&m=121564433018903&w=2 Basically the issue is that current multi-cast filtering stuff in the TUN/TAP driver is seriously broken. Original patch went in without proper review and ACK. It was broken and confusing to start with and subsequent patches broke it completely. To give you an idea of
2008 Jul 12
4
[PATCH] tun: Fix/rewrite packet filtering logic
Please see the following thread to get some context on this http://marc.info/?l=linux-netdev&m=121564433018903&w=2 Basically the issue is that current multi-cast filtering stuff in the TUN/TAP driver is seriously broken. Original patch went in without proper review and ACK. It was broken and confusing to start with and subsequent patches broke it completely. To give you an idea of
2008 Jan 23
1
Wireless DELL M90 with CentOS 5.1
Hi, I have a laptop DELL M90 with an Intel PRO/Wireless 3945ABG card. After installed new rpm drivers (see below), my card is recognized and I can see my wireless acces point with (iwlist - iwconfig) but it's impossible to connect to it. It seem that I can't obtain an IP address. In the log message I have "dhclient : DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval ) The