search for: rtl8187

Displaying 8 results from an estimated 8 matches for "rtl8187".

Did you mean: rtl8180
2010 Apr 06
3
wifi
Hi folks I'm trying to use a Netgear WG111-2 USB-wifi adapter on a Centos 5.3 Box. Someone has done it? It seems not to be supported by the kernel. Thanks David -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20100406/5e7e2f3d/attachment-0003.html>
2008 Sep 12
0
CentOS 5 on an MSI Wind U100 Netbook && RTL8187 wireless card configuration
...but here's how I went about it. I published my detailed install notes (in French, but the Linux bits are universal :oD), since it seems to be a quite popular bit of hardware: http://www.microlinux.fr/article.php3?id_article=47 There's one exception though: the wireless card is a Realtek RTL8187 (which lspci lists as RTL8199 Unknown device). I must have tried about ten different drivers out there, none of them worked (MSI only published precompiled kernel modules for SuSE Linux Enterprise 10, go figure). The ndiswrapper solution didn't work either: the Windows driver loaded OK, bu...
2013 May 27
2
Wireless USB adaptor recommendation
Hello, can someone recommend me wireless USB adaptor, which is supported in Centos 5.7? I found information about various chipsets, but nothing like "device X is OK". In most online stores the chipset is not announced. Thanks in advance.
2012 Jan 07
1
Problems with AWUS036H usb wirless nic under CentOS 6.2
Hi all, I have problems with a wireless usb adapter (AWUS036H) under CentOS 6.2 x86_64 machine. Sometimes, randomly, it loses wireless connection and never back. I need to do an ifdown and then an ifup, but sometimes works and sometimes not. If I am not wrong this adapter uses rtl8187 chip ... Somebody knows what can I do?? Under Windows 2008 R2 server works perfect ... Thanks. -- CL Martinez carlopmart {at} gmail {d0t} com
2011 Jun 28
10
[Bug 726] New: Oops in nf_conntrack.
...conntrack x_tables nf_conntrack_ftp nf_conntrack_sip nf_conntrack binfmt_misc veth vmnet vmblock vsock vmci vmmon nfsd parport_pc exportfs ppdev nfs joydev bridge lockd stp fscache nfs_acl snd_hda_codec_hdmi auth_rpcgss snd_hda_codec_realtek arc4 sunrpc snd_hda_intel snd_hda_codec snd_hwdep snd_pcm rtl8187 snd_seq_midi i915 snd_rawmidi snd_seq_midi_event snd_seq mac80211 snd_timer snd_seq_device cfg80211 uvcvideo drm_kms_helper snd drm videodev soundcore vhba v4l2_compat_ioctl32 eeprom_93cx6 snd_page_alloc psmouse i2c_algo_bit serio_raw sparse_keymap lp video parport r8169 [ 619.850114] [ 619.8501...
2013 Nov 14
9
[Bug 71620] New: nouveau_fence_wait_uevent NULL pointer dereference
https://bugs.freedesktop.org/show_bug.cgi?id=71620 Priority: medium Bug ID: 71620 Assignee: nouveau at lists.freedesktop.org Summary: nouveau_fence_wait_uevent NULL pointer dereference Severity: normal Classification: Unclassified OS: Linux (All) Reporter: kdatanasov at gmail.com Hardware: x86-64 (AMD64)
2012 Mar 14
13
[Bug 47306] New: segfault in nouveau_fence_update
https://bugs.freedesktop.org/show_bug.cgi?id=47306 Bug #: 47306 Summary: segfault in nouveau_fence_update Classification: Unclassified Product: xorg Version: unspecified Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: blocker Priority: medium Component: Driver/nouveau
2009 Jan 31
14
[PATCH 2/3] xen: make direct versions of irq_enable/disable/save/restore to common code
Now that x86-64 has directly accessible percpu variables, it can also implement the direct versions of these operations, which operate on a vcpu_info structure directly embedded in the percpu area. In fact, the 64-bit versions are more or less identical, and so can be shared. The only two differences are: 1. xen_restore_fl_direct takes its argument in eax on 32-bit, and rdi on 64-bit.