Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Pappy's Kernel Seeds Part V
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3 ... 6, 7, 8 ... 13, 14, 15  Next  
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54097
Location: 56N 3W

PostPosted: Sat Mar 30, 2013 5:03 pm    Post subject: Reply with quote

Moriah wrote:
... everything is changing in incompatible ways again.


You mean "still". I'm beginning to yearn after a static /dev, a real xorg.conf and so on again.
I don't use an automounter, so a static /dev looks really attractive.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
Moriah
Advocate
Advocate


Joined: 27 Mar 2004
Posts: 2351
Location: Kentucky

PostPosted: Sat Mar 30, 2013 5:50 pm    Post subject: Reply with quote

Also, I run a number of RAID-1 mirrors using 3 drives in each mirror, and a 4 bay sata hot swap chassis. When it becomes time to pull a drive, I used to be able to use /dev/disk/by-path to see which /dev/sd* drive was in which slot, so I would know which physical slot to pull the drive from, but now they've messed that up too. How can I tell which physical slot a particular drive is in?
_________________
The MyWord KJV Bible tool is at http://www.elilabs.com/~myword

Foghorn Leghorn is a Warner Bros. cartoon character.
Back to top
View user's profile Send private message
Moriah
Advocate
Advocate


Joined: 27 Mar 2004
Posts: 2351
Location: Kentucky

PostPosted: Sat Mar 30, 2013 6:03 pm    Post subject: Reply with quote

Pappy: The "Nemesis Machine" puked again yesterday, but this time I know why. I accidentally did a:
Code:

# ifconfig eth2 up promisc

when I meant to enable eth1. This machine is a NIDS, and the eth2 NIC has a serious problem in that when it is running, it occasionally glitches the whole machine. This machine has a RealTek 8169 gigabit ethernet NIC on the motherboard, and 2 RealTek 8129's on the PCI bus (2 cards). The 8169 is eth0, and eth1 and eth2 are 8129's. Per Pappy standard, all network drivers are modules.

I do not know whether the eth2 NIC is hardware sick, or whether there is a race condition between the 2 8129's when they are both enabled, but eth2 is not currently connected to anything, so I don't need it, but eth1 is monitoring a subnet of my network, and eth0 is the NIC the machine communicates over, and is also used to monitor that subnet. The machine is a quad-core AMD, so maybe there is a semaphore/mutex somewhere that works with a single cpu core, but breaks if it is fiddled from 2 different cores at the same time? This would amount to a driver re-entrancy failure when running on a multi-core machine if this is indeed the problem.


Just thought you'd find this observation interesting... :?
_________________
The MyWord KJV Bible tool is at http://www.elilabs.com/~myword

Foghorn Leghorn is a Warner Bros. cartoon character.
Back to top
View user's profile Send private message
pappy_mcfae
Watchman
Watchman


Joined: 27 Dec 2007
Posts: 5999
Location: Pomona, California.

PostPosted: Sun Mar 31, 2013 7:24 am    Post subject: Reply with quote

moriah,

I thought the Nemesis Machine died some time ago. It still runs? Stubborn bugger, isn't it?

As for what's happening with your NICs, there could be some IRQ conflict somewhere, or a bug somewhere, like maybe the BIOS that screws with the net cards. I'm wondering if swapping out the additional cards to another manufacturer, like if you have an extra PCIe net card that isn't a RealTek.

If it is a race condition, that would suck. The best way to fix that would be to use only one core, and that would be a serious waste of machinery. Actually, I wonder if slowing the interrupt clock to 300 or 100 Hz might help that situation as well. Stuff to try.

Everyone,

Today was nowhere as busy in the kernel world as yesterday. I just uploaded .configs for 3.8.5-gentoo in both x86 and x86_64 flavors. Enjoy!

Cheers,
Pappy
_________________
This space left intentionally blank, except for these ASCII symbols.
Back to top
View user's profile Send private message
Moriah
Advocate
Advocate


Joined: 27 Mar 2004
Posts: 2351
Location: Kentucky

PostPosted: Sun Mar 31, 2013 11:44 am    Post subject: Reply with quote

I'm actually thinking of swapping the 2 realtek nics and see if the problem moves from eth2 to eth1, but first I've got to get thru all this udev churn with all of my machines, and get the new mail/web server up, as the old one is dieing of old age.
_________________
The MyWord KJV Bible tool is at http://www.elilabs.com/~myword

Foghorn Leghorn is a Warner Bros. cartoon character.
Back to top
View user's profile Send private message
pappy_mcfae
Watchman
Watchman


Joined: 27 Dec 2007
Posts: 5999
Location: Pomona, California.

PostPosted: Sun Mar 31, 2013 6:37 pm    Post subject: Reply with quote

I have had no problems with the udev thing. I use the funtoo-derived networking scripts, and I still get wlan0 and my wired ethernet without doing a lot of messing about. I'm not sure what that's all about, but I haven't had to modify anything as of yet. Some days, I am forced to wonder why good enough can't be left alone.

Cheers,
Pappy
_________________
This space left intentionally blank, except for these ASCII symbols.
Back to top
View user's profile Send private message
pappy_mcfae
Watchman
Watchman


Joined: 27 Dec 2007
Posts: 5999
Location: Pomona, California.

PostPosted: Mon Apr 01, 2013 8:47 am    Post subject: Reply with quote

On the udev topic, I'm going to see what happens if I get rid of the 70-net-rules thing while continuing to use my funtoo scripts. In case I never see anyone of you again, it's been lovely.

hehehehe.

Anyway, on a more important topic, I've just uploaded .configs for 3.0.71-gentoo, 3.2.42-gentoo, and 3.4.38-gentoo in both x86 and x86_64 flavors. Enjoy!

Happy April Fools Day!

Cheers,
Pappy
_________________
This space left intentionally blank, except for these ASCII symbols.
Back to top
View user's profile Send private message
pappy_mcfae
Watchman
Watchman


Joined: 27 Dec 2007
Posts: 5999
Location: Pomona, California.

PostPosted: Tue Apr 02, 2013 9:21 am    Post subject: Reply with quote

I've just uploaded .configs for 2.6.32-hardened-r159, 3.2.42-hardened, and 3.8.5-hardened in both x86 and x86_64 flavors. Enjoy!

Cheers,
Pappy
_________________
This space left intentionally blank, except for these ASCII symbols.
Back to top
View user's profile Send private message
pappy_mcfae
Watchman
Watchman


Joined: 27 Dec 2007
Posts: 5999
Location: Pomona, California.

PostPosted: Sat Apr 06, 2013 7:08 am    Post subject: Reply with quote

Apparently, with the new udev, if you have one wired and one wireless networking connection configured as eth0 and wlan0 respectively, then you're okay, at least it appears as such with this machine. That's a good thing for those who don't have multiples of either or each. The funtoo net script had nothing to do with it.

On another front, some new source at kernel-dot-org means new seeds. I've just uploaded .configs for 3.0.72, 3.4.39, 3.8.6, and 3.8.6-gentoo in both x86 and x86_64 flavors. Enjoy!

Cheers,
Pappy
_________________
This space left intentionally blank, except for these ASCII symbols.
Back to top
View user's profile Send private message
pappy_mcfae
Watchman
Watchman


Joined: 27 Dec 2007
Posts: 5999
Location: Pomona, California.

PostPosted: Sun Apr 07, 2013 8:51 am    Post subject: Reply with quote

There were some goodies from the hardened-sources folks, so new seeds are plentiful. I've just uploaded .configs for 2.6.32-hardened-r160, 3.2.42-hardened-r1, and 3.8.6-hardened in both x86 and x86_64 flavors. Enjoy!

Cheers,
Pappy
_________________
This space left intentionally blank, except for these ASCII symbols.
Back to top
View user's profile Send private message
pappy_mcfae
Watchman
Watchman


Joined: 27 Dec 2007
Posts: 5999
Location: Pomona, California.

PostPosted: Tue Apr 09, 2013 7:01 am    Post subject: Reply with quote

I've just uploaded .configs for 3.0.72-gentoo and 3.4.39-gentoo in both x86 and x86_64 flavors. Enjoy!

Cheers,
Pappy
_________________
This space left intentionally blank, except for these ASCII symbols.
Back to top
View user's profile Send private message
pappy_mcfae
Watchman
Watchman


Joined: 27 Dec 2007
Posts: 5999
Location: Pomona, California.

PostPosted: Wed Apr 10, 2013 11:17 am    Post subject: Reply with quote

I've just uploaded .configs for 3.2.43 in both x86 and x86_64 flavors. Enjoy!

Cheers,
Pappy
_________________
This space left intentionally blank, except for these ASCII symbols.
Back to top
View user's profile Send private message
FizzyWidget
Veteran
Veteran


Joined: 21 Nov 2008
Posts: 1133
Location: 127.0.0.1

PostPosted: Fri Apr 12, 2013 12:39 pm    Post subject: Reply with quote

Hi Pappy

I know for months I said I was going to do it, and yesterday I did (stop that, dirty boy, no not that!!! :lol: ) finally got around to dual booting main PC.

Used your latest Kernel Seed and the PC does boot, was wondering if you could give it a look over to see if there is anything I missed or put as a module when I shouldn't have? :)

fstab

Code:
/dev/sda3   /boot        ext4    defaults,noatime     0 2
/dev/sda5   none         swap    sw                   0 0
/dev/sda6   /            ext4    defaults,noatime     0 1
/dev/sda7   /home        ext4    defaults,noatime     0 1
/dev/sr0  /mnt/cdrom   auto    noauto,user          0 0
/dev/sr1  /mnt/dvd     auto    noatuo,user          0


lspci -n

Code:
00:00.0 0600: 8086:0100 (rev 09)
00:01.0 0604: 8086:0101 (rev 09)
00:16.0 0780: 8086:1c3a (rev 04)
00:1a.0 0c03: 8086:1c2d (rev 05)
00:1b.0 0403: 8086:1c20 (rev 05)
00:1c.0 0604: 8086:1c10 (rev b5)
00:1c.1 0604: 8086:1c12 (rev b5)
00:1d.0 0c03: 8086:1c26 (rev 05)
00:1f.0 0601: 8086:1c4a (rev 05)
00:1f.2 0104: 8086:2822 (rev 05)
00:1f.3 0c05: 8086:1c22 (rev 05)
01:00.0 0300: 10de:1200 (rev a1)
01:00.1 0403: 10de:0e0c (rev a1)
03:00.0 0200: 10ec:8168 (rev 06)


Not sure if it picked up my nova-t usb stick or my Logitech c600 camera, havent had time to test those yet

Kenerl .config

http://pastebin.com/u1dK24bk

Thanks
_________________
I know 43 ways to kill with a SKITTLE, so taste my rainbow bitch.
Back to top
View user's profile Send private message
pappy_mcfae
Watchman
Watchman


Joined: 27 Dec 2007
Posts: 5999
Location: Pomona, California.

PostPosted: Sat Apr 13, 2013 9:58 am    Post subject: Reply with quote

Dark foo,

Good for the most part, but I was unsure as to the CPU in the machine. I assumed the one you set to be correct. Don't be afraid to turn off things like wireless if your system doesn't have it. If it does via USB, you'll have to re-enable that. Also, the ALSA drivers in the kernel are supposed to be compiled in now. It's the new default.

Here's the new .config. As usual, please post /var/log/dmesg so I can check out how things loaded.

Cheers,
Pappy
_________________
This space left intentionally blank, except for these ASCII symbols.
Back to top
View user's profile Send private message
pappy_mcfae
Watchman
Watchman


Joined: 27 Dec 2007
Posts: 5999
Location: Pomona, California.

PostPosted: Sat Apr 13, 2013 10:00 am    Post subject: Reply with quote

A busy day winds down at long last. I've just uploaded .configs for 3.0.73, 3.2.43-gentoo, 3.4.40, 3.8.7, and 3.8.7-gentoo in both x86 and x86_64 flavors. Enjoy!

Cheers,
Pappy
_________________
This space left intentionally blank, except for these ASCII symbols.
Back to top
View user's profile Send private message
pappy_mcfae
Watchman
Watchman


Joined: 27 Dec 2007
Posts: 5999
Location: Pomona, California.

PostPosted: Sun Apr 14, 2013 10:15 am    Post subject: Reply with quote

I've just uploaded .configs for 2.6.32-hardened-r161, 3.0.73-gentoo, 3.2.43-hardened, 3.4.40-gentoo, and 3.8.7-hardened in both x86 and x86_64 flavors. Enjoy!

Cheers,
Pappy
_________________
This space left intentionally blank, except for these ASCII symbols.
Back to top
View user's profile Send private message
FizzyWidget
Veteran
Veteran


Joined: 21 Nov 2008
Posts: 1133
Location: 127.0.0.1

PostPosted: Tue Apr 16, 2013 1:18 pm    Post subject: Reply with quote

hi Pappy

Yes i knew I had forgotten to post something, was the CPU info - its a core i7 2600 - have not had time to try your config yet due to un-forseen depressive episode, I hope to try it out at a later date though, thanks for taking the time to look over it :)
_________________
I know 43 ways to kill with a SKITTLE, so taste my rainbow bitch.
Back to top
View user's profile Send private message
pappy_mcfae
Watchman
Watchman


Joined: 27 Dec 2007
Posts: 5999
Location: Pomona, California.

PostPosted: Wed Apr 17, 2013 11:25 am    Post subject: Reply with quote

Dark Foo,

I understand completely. You need to turn on hyperthreading under the CPU settings. That will insure that all the cores and threads are working. That's the only difference in what I've setup for you.

I'm always up for working with .configs. It's one of my favorite things to do. I have no idea why.

Everyone,

I'm so into working on .config files, I stayed up way late to set up new seeds. I've just uploaded .configs for 3.0.74, 3.4.41, and 3.8.8 in both x86 and x86_64 flavors. Enjoy!

Cheers,
Pappy
_________________
This space left intentionally blank, except for these ASCII symbols.
Back to top
View user's profile Send private message
FizzyWidget
Veteran
Veteran


Joined: 21 Nov 2008
Posts: 1133
Location: 127.0.0.1

PostPosted: Wed Apr 17, 2013 12:57 pm    Post subject: Reply with quote

pappy_mcfae wrote:
Dark Foo,

I understand completely. You need to turn on hyperthreading under the CPU settings. That will insure that all the cores and threads are working. That's the only difference in what I've setup for you.

I'm always up for working with .configs. It's one of my favorite things to do. I have no idea why.

Everyone,

I'm so into working on .config files, I stayed up way late to set up new seeds. I've just uploaded .configs for 3.0.74, 3.4.41, and 3.8.8 in both x86 and x86_64 flavors. Enjoy!

Cheers,
Pappy


glad you said that, might have to get you to check the other pc's that I have updated from age old 3.1.0 kernels :p - as I know I have done something wrong on Laptop one as network wouldn't work, doubtful I will be doing that today though, would you be willing to check them over for me when you have time? :)

Cheers DF
_________________
I know 43 ways to kill with a SKITTLE, so taste my rainbow bitch.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54097
Location: 56N 3W

PostPosted: Wed Apr 17, 2013 7:22 pm    Post subject: Reply with quote

Dark Foo,

Post all the usual info here or on a pastebin site. If pappy is too busy, there are others who keep an eye open for support requests in this thread.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
FizzyWidget
Veteran
Veteran


Joined: 21 Nov 2008
Posts: 1133
Location: 127.0.0.1

PostPosted: Thu Apr 18, 2013 8:52 am    Post subject: Reply with quote

Will do neddy - may have to use arch on my laptop as it cant handle the compiling #;9 guess kernel .config should work on any distro?

Other machines can handle gentoo so will keep them as gentoo :)
_________________
I know 43 ways to kill with a SKITTLE, so taste my rainbow bitch.
Back to top
View user's profile Send private message
pappy_mcfae
Watchman
Watchman


Joined: 27 Dec 2007
Posts: 5999
Location: Pomona, California.

PostPosted: Thu Apr 18, 2013 9:08 am    Post subject: Reply with quote

Dark Foo,

Of course. Let me know which ones you need done. I still have all your .configs.

Everyone,

I've just uploaded .configs for 3.0.74-gentoo, 3.4.41-gentoo, and 3.8.8-gentoo in both x86 and x86_64 flavors. Enjoy!

Cheers,
Pappy
_________________
This space left intentionally blank, except for these ASCII symbols.
Back to top
View user's profile Send private message
FizzyWidget
Veteran
Veteran


Joined: 21 Nov 2008
Posts: 1133
Location: 127.0.0.1

PostPosted: Thu Apr 18, 2013 9:11 am    Post subject: Reply with quote

nm
_________________
I know 43 ways to kill with a SKITTLE, so taste my rainbow bitch.


Last edited by FizzyWidget on Thu Apr 18, 2013 10:30 am; edited 1 time in total
Back to top
View user's profile Send private message
FizzyWidget
Veteran
Veteran


Joined: 21 Nov 2008
Posts: 1133
Location: 127.0.0.1

PostPosted: Thu Apr 18, 2013 10:29 am    Post subject: Reply with quote

Ahwell I have found some time to do the first one

This is the little AMD i have - gone from Kernel-3.1.0 to 3.8.8, hopefully there won't be too much I missed :p

kernel .config


http://pastebin.com/VTRZU54t

cat /proc/cpuinfo

Code:
processor       : 0
vendor_id       : AuthenticAMD
cpu family      : 15
model           : 75
model name      : AMD Athlon(tm) 64 X2 Dual Core Processor 4200+
stepping        : 2
microcode       : 0x62
cpu MHz         : 2210.107
cache size      : 512 KB
physical id     : 0
siblings        : 2
core id         : 0
cpu cores       : 2
apicid          : 0
initial apicid  : 0
fpu             : yes
fpu_exception   : yes
cpuid level     : 1
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt rdtscp lm 3dnowext 3dnow rep_good nopl extd_apicid pni cx16 lahf_lm cmp_legacy svm extapic cr8_legacy
bogomips        : 4421.38
TLB size        : 1024 4K pages
clflush size    : 64
cache_alignment : 64
address sizes   : 40 bits physical, 48 bits virtual
power management: ts fid vid ttp tm stc

processor       : 1
vendor_id       : AuthenticAMD
cpu family      : 15
model           : 75
model name      : AMD Athlon(tm) 64 X2 Dual Core Processor 4200+
stepping        : 2
microcode       : 0x62
cpu MHz         : 2210.107
cache size      : 512 KB
physical id     : 0
siblings        : 2
core id         : 1
cpu cores       : 2
apicid          : 1
initial apicid  : 1
fpu             : yes
fpu_exception   : yes
cpuid level     : 1
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt rdtscp lm 3dnowext 3dnow rep_good nopl extd_apicid pni cx16 lahf_lm cmp_legacy svm extapic cr8_legacy
bogomips        : 4422.55
TLB size        : 1024 4K pages
clflush size    : 64
cache_alignment : 64
address sizes   : 40 bits physical, 48 bits virtual
power management: ts fid vid ttp tm stc



/etc/fstab

Code:
# /etc/fstab: static file system information.
#
# noatime turns off atimes for increased performance (atimes normally aren't
# needed); notail increases performance of ReiserFS (at the expense of storage
# efficiency).  It's safe to drop the noatime options if you want and to
# switch between notail / tail freely.
#
# The root filesystem should have a pass number of either 0 or 1.
# All other filesystems should have a pass number of 0 or greater than 1.
#
# See the manpage fstab(5) for more information.
#

# <fs>                  <mountpoint>    <type>          <opts>          <dump/pass>

# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
/dev/sda1      /boot        ext4    defaults,noatime,nodev        1 2
/dev/sda2      none         swap    sw                            0 0
/dev/sda3      /            ext4    defaults,noatime,nodev        0 1
/dev/sda4      /web         ext4    defaults,noatime,nodev        0 1
/dev/sdb1      /home        ext4    defaults,noatime,nodev        0 1
proc           /proc        proc    defaults             0 0
shm            /dev/shm     tmpfs   nodev,nosuid,noexec  0 0


lspci -n

Code:
00:00.0 0500: 10de:0369 (rev a1)
00:01.0 0601: 10de:0360 (rev a2)
00:01.1 0c05: 10de:0368 (rev a2)
00:02.0 0c03: 10de:036c (rev a1)
00:02.1 0c03: 10de:036d (rev a2)
00:04.0 0101: 10de:036e (rev a1)
00:05.0 0101: 10de:037f (rev a2)
00:05.1 0101: 10de:037f (rev a2)
00:05.2 0101: 10de:037f (rev a2)
00:06.0 0604: 10de:0370 (rev a2)
00:08.0 0680: 10de:0373 (rev a2)
00:0e.0 0604: 10de:0375 (rev a2)
00:0f.0 0604: 10de:0377 (rev a2)
00:18.0 0600: 1022:1100
00:18.1 0600: 1022:1101
00:18.2 0600: 1022:1102
00:18.3 0600: 1022:1103
03:00.0 0300: 10de:0391 (rev a1)

_________________
I know 43 ways to kill with a SKITTLE, so taste my rainbow bitch.
Back to top
View user's profile Send private message
FizzyWidget
Veteran
Veteran


Joined: 21 Nov 2008
Posts: 1133
Location: 127.0.0.1

PostPosted: Fri Apr 19, 2013 7:27 pm    Post subject: Reply with quote

Hi Pappy

Here is the next in line :) (been a busy boy) - think I am getting the hang of it now, but never hurts to have an expert check ;)

Q6600 Quad Core

Kernel-3.1.0 to 3.8.8


kernel .config

http://pastebin.com/x6JA426g


cat /proc/cpuinfo


Code:
processor       : 0
vendor_id       : GenuineIntel
cpu family      : 6
model           : 15
model name      : Intel(R) Core(TM)2 Quad CPU    Q6600  @ 2.40GHz
stepping        : 11
microcode       : 0xb6
cpu MHz         : 2399.992
cache size      : 4096 KB
physical id     : 0
siblings        : 4
core id         : 0
cpu cores       : 4
apicid          : 0
initial apicid  : 0
fpu             : yes
fpu_exception   : yes
cpuid level     : 10
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm lahf_lm dtherm tpr_shadow vnmi flexpriority
bogomips        : 4799.98
clflush size    : 64
cache_alignment : 64
address sizes   : 36 bits physical, 48 bits virtual
power management:



/etc/fstab

Code:
/dev/sda1   /boot        ext4    defaults,noatime     0 2
/dev/sda2   none         swap    sw                   0 0
/dev/sda3   /            ext4    defaults,noatime     0 1
/dev/sda4   /home        ext4    defaults,noatime     0 1
/dev/sdb1   /Store1      ext4    defaults,noatime     0 1
/dev/sdc1   /Store2      ext4    defaults,noatime     0 1
/dev/sdd1   /Store3      ext4    defaults,noatime     0 1



lspci -n

Code:
00:00.0 0600: 10de:03a1 (rev a2)
00:00.1 0500: 10de:03ac (rev a1)
00:00.2 0500: 10de:03aa (rev a1)
00:00.3 0500: 10de:03a9 (rev a1)
00:00.4 0500: 10de:03ab (rev a1)
00:00.5 0500: 10de:03a8 (rev a2)
00:00.6 0500: 10de:03b5 (rev a1)
00:00.7 0500: 10de:03b4 (rev a1)
00:01.0 0500: 10de:03ad (rev a1)
00:01.1 0500: 10de:03ae (rev a1)
00:01.2 0500: 10de:03af (rev a1)
00:01.3 0500: 10de:03b0 (rev a1)
00:01.4 0500: 10de:03b1 (rev a1)
00:01.5 0500: 10de:03b2 (rev a1)
00:01.6 0500: 10de:03b3 (rev a1)
00:02.0 0500: 10de:03b6 (rev a1)
00:02.1 0500: 10de:03bc (rev a1)
00:02.2 0500: 10de:03ba (rev a1)
00:03.0 0604: 10de:03b7 (rev a1)
00:09.0 0500: 10de:0369 (rev a2)
00:0a.0 0601: 10de:0360 (rev a3)
00:0a.1 0c05: 10de:0368 (rev a3)
00:0b.0 0c03: 10de:036c (rev a1)
00:0b.1 0c03: 10de:036d (rev a2)
00:0d.0 0101: 10de:036e (rev a1)
00:0e.0 0101: 10de:037f (rev a3)
00:0e.1 0101: 10de:037f (rev a3)
00:0e.2 0101: 10de:037f (rev a3)
00:0f.0 0604: 10de:0370 (rev a2)
00:11.0 0680: 10de:0373 (rev a3)
00:13.0 0604: 10de:0376 (rev a3)
01:00.0 0300: 10de:0402 (rev a1)

_________________
I know 43 ways to kill with a SKITTLE, so taste my rainbow bitch.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Goto page Previous  1, 2, 3 ... 6, 7, 8 ... 13, 14, 15  Next
Page 7 of 15

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum