9front - general discussion about 9front
 help / color / mirror / Atom feed
* [9front] 10Gbit PCIE Intel 85299-1SFP Troubleshooting
@ 2024-04-04 19:10 Mr Neuralwright
  2024-04-04 21:03 ` ori
  0 siblings, 1 reply; 5+ messages in thread
From: Mr Neuralwright @ 2024-04-04 19:10 UTC (permalink / raw)
  To: 9front

[-- Attachment #1: Type: text/plain, Size: 827 bytes --]

Hi All,
I have recently acquired a 10Gbit PCIE Intel 85299-1SFP network card since this chipset is supported in 9front, although now I suspect the driver may have only RJ45 port variants of 85299 supported, and not SFP - hopefully I'm wrong and I'm just missing something.

#ip/ipconfig
"no success with DHCP*

#ip/ipconfig -g 192.168.1.1 ether /net/ether0 192.168.1.200 255.255.255.0
#ip/ping 192.168.1.1
Pings fail
#cat /net/ether0/adder
successfully returns a MAC address

(Yes, ether0 is the PCIE card and not the integrated NIC)
Notably the Rx/Tx lights on the SFP port do not light up at all. Networking and the activity lights work perfectly fine on Ubuntu out-the-box, so the hardware is fine.

9front does at least recognise the device exists, which is a start. Any suggestions on how to resolve this?

[-- Attachment #2: Type: text/html, Size: 1415 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [9front] 10Gbit PCIE Intel 85299-1SFP Troubleshooting
  2024-04-04 19:10 [9front] 10Gbit PCIE Intel 85299-1SFP Troubleshooting Mr Neuralwright
@ 2024-04-04 21:03 ` ori
  2024-04-04 21:32   ` Mr Neuralwright
       [not found]   ` <Nuf0hbt--3-9@tutamail.com-Nuf1NHk--7-9>
  0 siblings, 2 replies; 5+ messages in thread
From: ori @ 2024-04-04 21:03 UTC (permalink / raw)
  To: 9front

% pci -v
<snip>
1.0.0:	net  02.00.00 8086/1557  11 0:e030000c 524288 2:0000f001 32 4:e038000c 16384
	Intel Corporation 82599 10 Gigabit Network Connection

This card works for me out of the box, with a 10g sfp.
What specific PCI id do you have? what SFP?

This is going to take some debugging.

Quoth Mr Neuralwright <neuralwright@tutamail.com>:
> Hi All,
> I have recently acquired a 10Gbit PCIE Intel 85299-1SFP network card since this chipset is supported in 9front, although now I suspect the driver may have only RJ45 port variants of 85299 supported, and not SFP - hopefully I'm wrong and I'm just missing something.
> 
> #ip/ipconfig
> "no success with DHCP*
> 
> #ip/ipconfig -g 192.168.1.1 ether /net/ether0 192.168.1.200 255.255.255.0
> #ip/ping 192.168.1.1
> Pings fail
> #cat /net/ether0/adder
> successfully returns a MAC address
> 
> (Yes, ether0 is the PCIE card and not the integrated NIC)
> Notably the Rx/Tx lights on the SFP port do not light up at all. Networking and the activity lights work perfectly fine on Ubuntu out-the-box, so the hardware is fine.
> 
> 9front does at least recognise the device exists, which is a start. Any suggestions on how to resolve this?


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [9front] 10Gbit PCIE Intel 85299-1SFP Troubleshooting
  2024-04-04 21:03 ` ori
@ 2024-04-04 21:32   ` Mr Neuralwright
  2024-04-06  7:57     ` Anthony Martin
       [not found]   ` <Nuf0hbt--3-9@tutamail.com-Nuf1NHk--7-9>
  1 sibling, 1 reply; 5+ messages in thread
From: Mr Neuralwright @ 2024-04-04 21:32 UTC (permalink / raw)
  To: 9front

[-- Attachment #1: Type: text/plain, Size: 1596 bytes --]

%pci -v
<snip>
1.0.0: net 02.00.00 8086/10fb 255 0:4f880004 524288 2:00004001 32 4:4f900004 16384
Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection

In my SFP port is an SFP to RJ45 copper module, it is a unbranded generic 10/100/1000Base-T, confirmed to work on Ubuntu. 
4 Apr 2024, 22:05 by ori@eigenstate.org:

> % pci -v
> <snip>
> 1.0.0:	net  02.00.00 8086/1557  11 0:e030000c 524288 2:0000f001 32 4:e038000c 16384
>  Intel Corporation 82599 10 Gigabit Network Connection
>
> This card works for me out of the box, with a 10g sfp.
> What specific PCI id do you have? what SFP?
>
> This is going to take some debugging.
>
> Quoth Mr Neuralwright <neuralwright@tutamail.com>:
>
>> Hi All,
>> I have recently acquired a 10Gbit PCIE Intel 85299-1SFP network card since this chipset is supported in 9front, although now I suspect the driver may have only RJ45 port variants of 85299 supported, and not SFP - hopefully I'm wrong and I'm just missing something.
>>
>> #ip/ipconfig
>> "no success with DHCP*
>>
>> #ip/ipconfig -g 192.168.1.1 ether /net/ether0 192.168.1.200 255.255.255.0
>> #ip/ping 192.168.1.1
>> Pings fail
>> #cat /net/ether0/adder
>> successfully returns a MAC address
>>
>> (Yes, ether0 is the PCIE card and not the integrated NIC)
>> Notably the Rx/Tx lights on the SFP port do not light up at all. Networking and the activity lights work perfectly fine on Ubuntu out-the-box, so the hardware is fine.
>>
>> 9front does at least recognise the device exists, which is a start. Any suggestions on how to resolve this?
>>


[-- Attachment #2: Type: text/html, Size: 2699 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [9front] 10Gbit PCIE Intel 85299-1SFP Troubleshooting
       [not found]   ` <Nuf0hbt--3-9@tutamail.com-Nuf1NHk--7-9>
@ 2024-04-06  0:28     ` Mr Neuralwright
  0 siblings, 0 replies; 5+ messages in thread
From: Mr Neuralwright @ 2024-04-06  0:28 UTC (permalink / raw)
  To: 9front


[-- Attachment #1.1: Type: text/plain, Size: 1877 bytes --]

I've used a USB drive to copy the full sysinfo output off the compuer and attached it to this email.

Please do let me know if there is any more information I can provide that can help

Many thanks,
4 Apr 2024, 22:35 by :

> %pci -v
> <snip>
> 1.0.0: net 02.00.00 8086/10fb 255 0:4f880004 524288 2:00004001 32 4:4f900004 16384
> Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection
>
> In my SFP port is an SFP to RJ45 copper module, it is a unbranded generic 10/100/1000Base-T, confirmed to work on Ubuntu. 
>
> 4 Apr 2024, 22:05 by ori@eigenstate.org:
>
>> % pci -v
>> <snip>
>> 1.0.0:	net  02.00.00 8086/1557  11 0:e030000c 524288 2:0000f001 32 4:e038000c 16384
>> Intel Corporation 82599 10 Gigabit Network Connection
>>
>> This card works for me out of the box, with a 10g sfp.
>> What specific PCI id do you have? what SFP?
>>
>> This is going to take some debugging.
>>
>> Quoth Mr Neuralwright <neuralwright@tutamail.com>:
>>
>>> Hi All,
>>> I have recently acquired a 10Gbit PCIE Intel 85299-1SFP network card since this chipset is supported in 9front, although now I suspect the driver may have only RJ45 port variants of 85299 supported, and not SFP - hopefully I'm wrong and I'm just missing something.
>>>
>>> #ip/ipconfig
>>> "no success with DHCP*
>>>
>>> #ip/ipconfig -g 192.168.1.1 ether /net/ether0 192.168.1.200 255.255.255.0
>>> #ip/ping 192.168.1.1
>>> Pings fail
>>> #cat /net/ether0/adder
>>> successfully returns a MAC address
>>>
>>> (Yes, ether0 is the PCIE card and not the integrated NIC)
>>> Notably the Rx/Tx lights on the SFP port do not light up at all. Networking and the activity lights work perfectly fine on Ubuntu out-the-box, so the hardware is fine.
>>>
>>> 9front does at least recognise the device exists, which is a start. Any suggestions on how to resolve this?
>>>
>
>


[-- Attachment #1.2: Type: text/html, Size: 3270 bytes --]

[-- Attachment #2: sysinfo.txt --]
[-- Type: text/plain, Size: 20309 bytes --]

term% sysinfo
% cd '#ec'; for(i in *){echo $i '=' `{cat $i}}
*acpi = 0x43f4a014
*bootscreen = 2560x1080x32 x8r8g8b8 0x4000000000
*e820 = 1 0000000000000000 0000000000008000 1 0000000000008000 000000000000c000 1 000000000000c000 000000000009e000 2 000000000009e000 000000000009f000 2 000000000009f000 00000000000a0000 1 0000000000100000 00000000346ae000 2 00000000346ae000 000000003472e000 1 000000003472e000 000000003ac8e000 2 000000003ac8e000 000000003bc00000 1 000000003bc00000 000000003bca2000 2 000000003bca2000 000000003be25000 2 000000003be25000 000000003be41000 2 000000003be41000 000000003be6d000 2 000000003be6d000 000000003be6e000 2 000000003be6e000 000000003be73000 2 000000003be73000 000000003be75000 2 000000003be75000 000000003be7a000 2 000000003be7a000 000000003be7e000 2 000000003be7e000 000000003be86000 2 000000003be86000 000000003be88000 2 000000003be88000 000000003be8e000 2 000000003be8e000 000000003be8f000 2 000000003be8f000 000000003beaa000 2 000000003beaa000 000000003beae000 2 000000003beae000 000000003beb6000 2 000000003beb6000 000000003bebe000 2 000000003bebe000 000000003bed6000 2 000000003bed6000 000000003bedd000 2 000000003bedd000 000000003beed000 2 000000003beed000 000000003bf38000 2 000000003bf38000 000000003bf7b000 2 000000003bf7b000 000000003bf7d000 2 000000003bf7d000 000000003bfd4000 1 000000003bfd4000 000000003bfd5000 2 000000003bfd5000 000000003c05c000 2 000000003c05c000 000000003c063000 2 000000003c063000 000000003c06e000 2 000000003c06e000 000000003c073000 2 000000003c073000 000000003c07c000 2 000000003c07c000 000000003c0b8000 2 000000003c0b8000 000000003d081000 2 000000003d081000 000000003d092000 2 000000003d092000 000000003d096000 2 000000003d096000 000000003d09e000 2 000000003d09e000 000000003d39e000 2 000000003d39e000 000000003d69e000 1 000000003d69e000 000000003d6cb000 2 000000003d6cb000 000000003d6cc000 1 000000003d6cc000 000000003d6ce000 2 000000003d6ce000 000000003d6de000 1 000000003d6de000 000000003d6e0000 2 000000003d6e0000 000000003ffad000 1 000000003ffad000 0000000040251000 2 0000000040251000 0000000040ce1000 2 0000000040ce1000 0000000043de1000 3 0000000043de1000 0000000043eca000 4 0000000043eca000 0000000043fce000 2 0000000043fce000 0000000044f66000 2 0000000044f66000 0000000044fff000 2 0000000044fff000 0000000045000000 1 0000000100000000 00000008b0800000 2 00000000000a0000 0000000000100000 2 0000000045000000 0000000049000000 2 0000000049c00000 000000004a000000 2 000000004a000000 000000004b000000 2 000000004b000000 000000004f800000 2 00000000c0000000 00000000d0000000 2 00000000fe000000 00000000fe011000 2 00000000fec00000 00000000fec01000 2 00000000fed00000 00000000fed01000 2 00000000fed20000 00000000fed80000 2 00000000fee00000 00000000fee01000 2 00000000ff000000 0000000100000000
bootfile = /amd64/9pc64
cdboot = yes
monitor = ask
mouseport = ask
vgasize = ask

% cat '#'P/archctl
cpu P6 1892 pge
pge on
coherence mfence
cmpswap cmpswap486
arch ACPI
cache 0x0000000000000000          655360 wb
cache 0x00000000000a0000          131072 uc
cache 0x00000000000c0000          262144 wp
cache 0x0000000000100000      1257242624 wb
cache 0x000000004b000000      3036676096 uc
cache 0x0000000100000000     64424509440 wb
cache 0x0000001000000000    206158430208 uc
cache 0x0000004000000000        67108864 wc
cache 0x0000004004000000  70093799161856 uc

% cat '#'P/irqalloc
          1          -1 debugexc
          2          -1 nmi
          3          -1 debugpt
          7          -1 mathemu
          8          -1 doublefault
          9          -1 mathover
         14          -1 faultamd64
         15          -1 unexpected
         16          -1 matherror
         19          -1 simderror
         50          18 clock
         51          19 lapicerror
         63          31 lapicspurious
         65          -1 ether0
         73           1 kbd
         81          -1 hda
         89          -1 xhci
         97          -1 sdE (ahci)
        105          12 kbdaux

% cat '#'P/ioalloc
      20       21 i8259.0     
      60       60 i8042.data  
      64       64 i8042.cs    
      70       71 rtc/nvr     
      a0       a1 i8259.1     
     2b0      2df vga         
     3c0      3da vga         
     cf8      cfb pcicfg.addr 
     cfc      cff pcicfg.data 
     fff      fff dummy       
    3000     30ff PCI.2.0.0   
    4000     401f PCI.1.0.0   
    5000     503f PCI.0.2.0   
    5060     507f PCI.0.23.0  
    5080     5083 PCI.0.23.0  
    5090     5097 PCI.0.23.0  
    efa0     efbf PCI.0.31.4  

% cat '#'c/config
# pc64 - amd64 pc terminal with local disk
dev
	root
	cons
	swap
	arch
	pnp		pci
	env
	pipe
	proc
	mnt
	srv
	shr
	dup
	rtc
	tls
	cap
	kprof
	fs

	ether		netif
	bridge		log
	ip		arp chandial ip ipv6 ipaux iproute netlog nullmedium pktmedium inferno

	draw		screen vga vgax vgasoft
	mouse		mouse
	kbd
	vga		pci

	sd
#	floppy		dma
	aoe
#	lpt

	audio		dma
#	pccard
#	i82365		cis
	uart
	usb
	
	segment
	vmx
	dtracy

link
#	devpccard	pci
#	devi82365
	cputemp		pci
#	ether2000	ether8390
	ether2114x	pci
#	ether589	etherelnk3
	ether79c970	pci
#	ether8003	ether8390
	ether8139	pci
	ether8169	pci ethermii
# should be obsoleted by igbe
#	ether82543gc	pci
#	ether82557	pci
	ether82563	pci
	ether82598	pci
	etherx550	pci
#	ether83815	pci
	etherbcm        pci
#	etherdp83820	pci ethermii
#	etherec2t	ether8390
#	etherelnk3	pci
#	etherga620	pci
	etherigbe	pci ethermii
#	ethervgbe	pci ethermii
#	ethervt6102	pci ethermii
#	ethervt6105m	pci ethermii
	ethersink
#	ethersmc	devi82365 cis
	etheryuk	pci
#	etherwavelan	wavelan devi82365 cis pci
	etheriwl	pci wifi
	etherwpi	pci wifi
	etherrt2860	pci wifi
	ethervirtio	pci
	ethervirtio10	pci
	ethermedium
	loopbackmedium
	netdevmedium
#	pcmciamodem
	usbuhci		pci
	usbohci		pci
	usbehci		pci usbehcipc
	usbxhcipci	pci usbxhci

#	audiosb16	dma
#	audioac97	pci audioac97mix
	audiohda	pci

	pmmc		pci

misc
	pci		pcipc
	archgeneric	devkbd i8259 i8253
	archacpi	mp apic squidboy ec hpet
	archmp		mp apic squidboy
	mtrr

	sdaoe
	sdide		pci sdscsi
	sd53c8xx	pci sdscsi
#	sdmylex		pci sdscsi
	sdiahci		pci sdscsi led
#	sdodin		pci sdscsi led
	sdvirtio	pci sdscsi
	sdvirtio10	pci sdscsi
	sdmmc		pci pmmc
	sdnvme		pci
	sdloop
	sdram

	uarti8250
	uartisa
	uartpci		pci

	vgasoft		=cur swcursor
#	vga3dfx		+cur
#	vgaark2000pv	+cur
#	vgabt485	=cur
#	vgaclgd542x	+cur
#	vgaclgd546x	+cur
#	vgact65545	+cur
#	vgacyber938x	+cur
#	vgaet4000	+cur
#	vgageode	+cur
#	vgahiqvideo	+cur
#	vgai81x		+cur
	vgaigfx		+cur
#	vgamach64xx	+cur
#	vgamga2164w	+cur
#	vgamga4xx	+cur
#	vganeomagic	+cur
#	vganvidia	+cur
	vgaradeon	+cur
#	vgargb524	=cur
#	vgas3		+cur vgasavage
#	vgat2r4		+cur
#	vgatvp3020	=cur
#	vgatvp3026	=cur
	vgavesa
#	vgavmware	+cur

	dtracysys
	dtracytimer
	dtracydev

ip
	tcp
	udp
	rudp
	ipifc
	icmp
	icmp6
	igmp
	gre
	ipmux
	esp
	il

port
	int cpuserver = 0;

bootdir
	/$objtype/bin/paqfs
	/$objtype/bin/auth/factotum
	bootfs.paq
	boot

% cat '#'c/sysstat
          0        2755       31588        5561        3874           0           0           3          99           0 
          1        5804       20553       15562        7006           0           0           0          99           0 
          2        7155       21062       17758        6237           0           0           0         100           0 
          3        2728       35621        3995        4943           0           0           0          99           0 
          4        5494       20532       13365        7304           0           0           0          99           0 
          5        3609       20299        7749        5872           0           0           0          99           0 
          6        5467       20494       14719        6468           0           0           0          99           0 
          7        3733       20375        8820        5039           0           0           0          99           0 
          8        1094       20350        1278         729           0           0           0          99           0 
          9         881       20203        1106         623           0           0           0         100           0 
         10         786       20174         855         464           0           0           0          99           0 
         11         900       20277         971         453           0           0           0          99           0 
         12        2662       20893        3189         690           0           0           0          99           0 
         13        1166       20612        1110         473           0           0           0          99           0 
         14         549       20131         519         609           0           0           0          99           0 
         15         541       20136         608         654           0           0           0          99           0 

% cat '#'¶/swap
34009788416 memory
4096 pagesize
524288 kernel
3450/7794688 user
0/320000 swap
1105/7794688 reclaim
6333384/6424096/2146257280 kernel malloc
17276440/19032096/1931631552 kernel draw
192/65568/16777216 kernel secret

% awk /^Plan 9/{p=1} /^init: starting/{exit} {if(p)print} '#'c/kmesg
Plan 9
HPET: fed00000 8086a701 19 MHz 
118 holes free
0x00026000 0x0009e000 491520
0x00100000 0x00110000 65536
0x005cb000 0x346ae000 873345024
0x3472e000 0x3ac8e000 106299392
0x3bc00000 0x3bca2000 663552
0x3bfd4000 0x3bfd5000 4096
0x3d69e000 0x3d6cb000 184320
0x3d6cc000 0x3d6ce000 8192
0x3d6de000 0x3d6e0000 8192
0x3ffad000 0x40251000 2768896
983838720 bytes free
cpu0: 1892MHz GenuineIntel P6 (AX 000B06A2 CX 77FAFBFF DX BFEBFBFF)
amlmapio: no address
amlmapio: mapping \_SB.PC00.THC0.THCR failed
amlmapio: no address
amlmapio: mapping \_SB.PC00.THC1.THCR failed
LAPIC: fee00000 0xfffffe80fee00000
ELCR: 0000
cpu0: lapic clock at 39MHz
cpu1: 1892MHz GenuineIntel P6 (AX 000B06A2 CX 77FAFBFF DX BFEBFBFF)
cpu2: 1892MHz GenuineIntel P6 (AX 000B06A2 CX 77FAFBFF DX BFEBFBFF)
cpu3: 1892MHz GenuineIntel P6 (AX 000B06A2 CX 77FAFBFF DX BFEBFBFF)
cpu4: 1892MHz GenuineIntel P6 (AX 000B06A2 CX 77FAFBFF DX BFEBFBFF)
cpu5: 1892MHz GenuineIntel P6 (AX 000B06A2 CX 77FAFBFF DX BFEBFBFF)
cpu6: 1892MHz GenuineIntel P6 (AX 000B06A2 CX 77FAFBFF DX BFEBFBFF)
cpu7: 1892MHz GenuineIntel P6 (AX 000B06A2 CX 77FAFBFF DX BFEBFBFF)
cpu8: 1892MHz GenuineIntel P6 (AX 000B06A2 CX 77FAFBFF DX BFEBFBFF)
cpu9: 1892MHz GenuineIntel P6 (AX 000B06A2 CX 77FAFBFF DX BFEBFBFF)
cpu10: 1892MHz GenuineIntel P6 (AX 000B06A2 CX 77FAFBFF DX BFEBFBFF)
cpu11: 1892MHz GenuineIntel P6 (AX 000B06A2 CX 77FAFBFF DX BFEBFBFF)
cpu12: 1892MHz GenuineIntel P6 (AX 000B06A2 CX 77FAFBFF DX BFEBFBFF)
cpu13: 1892MHz GenuineIntel P6 (AX 000B06A2 CX 77FAFBFF DX BFEBFBFF)
cpu14: 1892MHz GenuineIntel P6 (AX 000B06A2 CX 77FAFBFF DX BFEBFBFF)
cpu15: 1892MHz GenuineIntel P6 (AX 000B06A2 CX 77FAFBFF DX BFEBFBFF)
#l0: i82598: 10000Mbps port 0xFFFFFE804F880000 irq 255 ea 001b21dd0265
#S/sdE: ahci: sata-II with 2 ports
pcienable PCI.0.31.3: pcr 0->2
#A0: hda mem 6001120000 irq 255
#A0: waitup timeout for reg=4c, mask=2, set=2
#A0: waitup timeout for reg=5c, mask=2, set=2
#A0: codec #0, vendor 10ec0897, rev 00100402
usbxhci: 0x8086 0x51ed: port 6001100000 size 65536 irq 255
31391M memory: 943M kernel data, 30448M user, 31698M swap
bootfs: Mon Nov 20 05:44:29 GMT 2023
fingerprint: 3d7d2255c2f4d3176fd0880ca6fe4124a88c6970

/dev/sdE0:
/dev/sdE1:
/dev/sdUfe3df: Sony Storage Media 0100
/dev/sdUfe3df/data	 9660
/dev/sdUfe3df/esp	 dos
bootargs is (tcp, tls, il, local!device)[local!/dev/sdUfe3df/data] 
user[glenda]: 


% pci -v
0.0.0:	brg  06.00.00 8086/a707   0
	Intel Corporation
0.2.0:	vid  03.00.00 8086/a7a0 255 0:6000000004 16777216 2:400000000c 268435456 4:00005001 64
	Intel Corporation
0.10.0:	sigl 11.80.00 8086/a77d   0 0:6001110004 32768
	Intel Corporation
0.20.0:	usb  0c.03.30 8086/51ed 255 0:6001100004 65536
	Intel Corporation Alder Lake PCH USB 3.2 xHCI Host Controller
0.20.2:	mem  05.00.00 8086/51ef 255
	Intel Corporation Alder Lake PCH Shared SRAM
0.22.0:	ser  07.80.00 8086/51e0 255 0:6001129004 4096
	Intel Corporation Alder Lake PCH HECI Controller
0.23.0:	disk 01.06.01 8086/51d3 255 0:4fb00000 8192 1:4fb03000 256 2:00005091 8 3:00005081 4 4:00005061 32 5:4fb02000 2048
	Intel Corporation Alder Lake-P SATA AHCI Controller
0.28.0:	brg  06.04.00 8086/51bc 255
	Intel Corporation
0.29.0:	brg  06.04.00 8086/51b0 255
	Intel Corporation
0.31.0:	brg  06.01.00 8086/519c   0
	Intel Corporation
0.31.3:	aud  04.03.00 8086/51ca 255 0:6001120004 16384 4:6001000004 1048576
	Intel Corporation
0.31.4:	smb  0c.05.00 8086/51a3 255 0:6001128004 256 4:0000efa1 32
	Intel Corporation Alder Lake PCH-P SMBus Host Controller
0.31.5:	---  0c.80.00 8086/51a4   0 0:fe010000 4096
	Intel Corporation Alder Lake-P PCH SPI Controller
1.0.0:	net  02.00.00 8086/10fb 255 0:4f880004 524288 2:00004001 32 4:4f900004 16384
	Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection
2.0.0:	net  02.00.00 10ec/8125 255 0:00003001 256 2:4fa00004 65536 4:4fa10004 16384
	Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller

% aux/cpuid
vendor GenuineIntel
procmodel 000b06a2 / 18400800
typefammod 0 06 0b6 2
features fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat 
features pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe 
features pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm pcid sse4_1 
features sse4_2 x2apic movbe popcnt tscdeadline aes xsave osxsave avx f16c rdrnd 
features fsgsbase bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb intelpt sha 
features umip pku waitpkg cetss gfni vaes vpclmulqdq rdpid movdiri movdir64b pks 
features fsrm 
features xsaveopt xsavec xgetbv1 xsaves 
extmodel 00000000 / 00000000
extfeatures syscall nx pg1g tscp lm 
extfeatures ahf64 lzcnt 3dnow!p 
procname Genuine Intel(R) 0000
physbits 46
virtbits 48

% aux/icanhasmsi
0.2.0
0.20.0
0.22.0
0.23.0
0.28.0
0.29.0
0.31.3
1.0.0
2.0.0

% aux/icanhasvmx -v
vmcsrev 0x13
vmxonsz 1280
vmcsmem 6
extcontrols 1
pin extirq nmiexit virtnmi preempt procpostirq 
proc irqwin tscoffset hltexit invlpgexit mwaitexit rdpmcexit rdtscexit cr3ldexit 
proc cr3stexit cr8ldexit cr8stexit tprshadow nmiwin movdrexit ioexit iobitmap mtf 
proc msrbitmap monitorexit pauseexit 
proc2 virtapic ept gdtexit rdtscp virtx2apic vpid wbinvdexit unrestr apicregs virtirq 
proc2 pauseloopexit rdrandexit invpcid vmfunc vmcsshadow rdseedexit #ve conceal xsave 
proc2 eptxmode tscscale 
entry loaddebug guest64 entrysmm dualmonitor loadperfglobal loadpat loadefer concealentries 
exit savedebug host64 saveperfglobal ackextirq !savepat !loadpat saveefer loadefer 
exit savepreempt concealexits 
misc preemptdiv:7 cr3targ:4 maxmsr:0 mseg:0x0
misc longmodeswitch hlt shutdown ipi pt rdmsrsmm smmblock vmwriteany zerolenswirq 
cr0fixed pe ne pg 
cr4fixed vmxe 
vmcsenum 0x2e
ept xonly pwl4 ucmem wbmem 2MBpage 1GBpage invept dirtybits violexitinfo invept.single 
ept invept.all 
vpid invvpid invvpid.addr invvpid.single invvpid.all invvpid.noglob 

% aux/pcmcia
pcmcia: opening #y/pcm0attr: unknown device in # filename

% usbtree
ep1.0: roothub csp 0x000009 ports 12 xhci
  port5: 
	ep3.0: hub csp 0x010009 ports 4 vid 0x1a40 did 0x0101 none <nil> 79c19 xhci
  port6: 
	ep4.0: storage csp 0x500608 vid 0x054c did 0x0243 Sony 'Storage Media' fe3df xhci
  port7: 
	ep5.0: hub csp 0x020009 ports 4 vid 0x0bda did 0x5411 Generic '4-Port USB 2.1 Hub' 64613 xhci
	  port3: 
		ep6.0: hid csp 0x010103 vid 0x2516 did 0x0011 'CM Storm' 'Quickfire TKL 6keys' bc21a xhci
	  port4: 
		ep7.0: hid csp 0x020103 vid 0x145f did 0x01bc none <nil> a6e8e xhci
ep2.0: roothub csp 0x000009 ports 4 xhci

% cat '#'S/sdctl
sdE ahci ahci port 0xfffffe804fb02000: 64a ncq ntf alp clo am pmb slum pslum iss 3 ncs 31 np 2 ghc 80000002 isr 0 pi 3 0-1 ver 10301
sdZ ram 4 units

% cat '#'S/sdE0/ctl
inquiry 
no disk present [null]
reg	task 7f cmd 4004016 serr 0  ci 0 is 0 sig ffffffff sstatus 004
cmd	alpe  fr pod sud 
mode	auto sataiii
geometry 0 0
alignment 0 0
missirq	0

% cat '#'S/sdE1/ctl
inquiry 
no disk present [null]
reg	task 7f cmd 4004016 serr 0  ci 0 is 0 sig ffffffff sstatus 004
cmd	alpe  fr pod sud 
mode	auto sataiii
geometry 0 0
alignment 0 0
missirq	0

% cat '#'l0/ether0/addr
001b21dd0265
% cat '#'l0/ether0/stats
in: 0
link: 0
out: 0
crc errs: 0
overflows: 0
soft overflows: 0
framing errs: 0
buffer errs: 0
output errs: 0
prom: 0
mbps: 0
addr: 001b21dd0265

% cat '#'l0/ether0/ifstats
xon rx  2382943592
xoff rx  2382943592
speeds: 0:1 1000:0 10000:0
rdfree 255 rdh 255 rdt 0

% cat '#'v/vgactl
type cga
size 2560x1080x32 x8r8g8b8
tilt none
hwgc soft
hwaccel off
hwblank off
addr p 0x4000000000 v 0xfffffec000000000 size 0x4000000
softscreen on

@{rfork n; aux/realemu; aux/vga -p}
bad opcode
000806 00002556 00000000 00000000 00000000 00009000 00000000 00000000 00007bfa 0000 3245 0000 0000 csZoPdi 100b 6d INS ES:[DI], DX
aux/vga: write /dev/realmode: bad opcode
% xd -x1 '#'r/nvram
0000000  37 00 03 00 23 00 07 05 04 24 26 02 50 80 3f 00
0000010  ff fc ff f7 ff 03 ff 7b f7 de fe b7 7f ff ff ff
0000020  ff fd bf 9f ef 6f bf be ff f5 ff fa fb ee ff ef
0000030  fd 7b 20 ff ff fd ff ff 00 00 00 00 00 00 00 00
0000040  00 00 34 73 86 30 30 00 00 00 00 00 00 00 00 00
0000050  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0000060  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0000070  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0000080  37 00 03 00 23 00 07 05 04 24 26 02 40 80 3f 00
0000090  ff fc ff f7 ff 03 ff 7b f7 de fe b7 7f ff ff ff
00000a0  ff fd bf 9f ef 6f bf be ff f5 ff fa fb ee ff ef
00000b0  fd 7b 20 ff ff fd ff ff 00 00 00 00 00 00 00 00
00000c0  00 00 34 73 86 30 30 00 00 00 00 00 00 00 00 00
00000d0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00000e0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00000f0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0000100 
0000100 

% cat '#'A/audiostat
bufsize   1024 buffered      0
codec 0 pin 20 inpin 31
aout 2 41d
aout 3 41d
aout 4 41d
aout 5 41d
aout 6 611
ain 7 10051b ← pin 18
ain 8 10051b ← amix 35
ain 9 10051b ← amix 34
ain 10 100711 ← pin 31
amix 11 20010b ← pin 24, pin 25, pin 26, pin 27, pin 28, pin 29, pin 20, pin 21, pin 22, pin 23
amix 12 20010b ← aout 2, amix 11
amix 13 20010b ← aout 3, amix 11
amix 14 20010b ← aout 4, amix 11
amix 15 20010b ← aout 5, amix 11
aout 16 611
pin 17 out nothing ext N/A speaker resvd ← aout 16
pin 18 in nothing ext rear speaker black
beep 19 f00000
pin 20 inout jack ext rear lineout green eapd ← amix 12
pin 21 inout nothing ext rear speaker black ← amix 13
pin 22 inout nothing ext rear speaker black ← amix 14
pin 23 inout nothing ext rear speaker black ← amix 15
pin 24 inout jack ext rear micin pink ← amix 12, amix 13, amix 14, amix 15, amix 38
pin 25 inout jack ext front micin pink ← amix 12, amix 13, amix 14, amix 15, amix 38
pin 26 inout jack ext rear linein blue ← amix 12, amix 13, amix 14, amix 15, amix 38
pin 27 inout jack ext front hpout green eapd ← amix 12, amix 13, amix 14, amix 15, amix 38
pin 28 in nothing ext rear speaker black
pin 29 in nothing ext N/A hpout resvd
pin 30 out nothing ext rear speaker black ← aout 6
pin 31 in nothing ext rear speaker black
beep 32 f00040
beep 33 f00000
amix 34 20010b ← pin 24, pin 25, pin 26, pin 27, pin 28, pin 29, pin 20, pin 21, pin 22, pin 23, amix 11, pin 18
amix 35 20010b ← pin 24, pin 25, pin 26, pin 27, pin 28, pin 29, pin 20, pin 21, pin 22, pin 23, amix 11
beep 36 f00000
aout 37 41d
amix 38 20010b ← aout 37, amix 11
outpath aout 2 → amix 12 → pin 20
outamp aout 2
inpath pin 31 → ain 10

% cat '#'A/volume
master 100 100
recgain 0 0
speed 44100
delay 1764

% cat /mnt/apm/ctl
cat: can't open /mnt/apm/ctl: file does not exist: '/mnt/apm/ctl'

term% 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [9front] 10Gbit PCIE Intel 85299-1SFP Troubleshooting
  2024-04-04 21:32   ` Mr Neuralwright
@ 2024-04-06  7:57     ` Anthony Martin
  0 siblings, 0 replies; 5+ messages in thread
From: Anthony Martin @ 2024-04-06  7:57 UTC (permalink / raw)
  To: 9front

There are subtle differences between the 82598 and 82599 devices.

A quick skim of our driver and the datasheets show at least two
differences:

- the Ral and Rah registers used to set up the receive MAC address
have different addresses (0x540[48] on the 82598 and 0xa20[04]
on the 82599),

- and the Rdrxctl register is at the same address but has different
contents.

For both of those, our driver only uses the 82598 style registers.
There are probably more as well. I don't have the time to fix this
but it shouldn't be too difficult. Have fun.

Cheers,
  Anthony

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-04-06  7:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-04 19:10 [9front] 10Gbit PCIE Intel 85299-1SFP Troubleshooting Mr Neuralwright
2024-04-04 21:03 ` ori
2024-04-04 21:32   ` Mr Neuralwright
2024-04-06  7:57     ` Anthony Martin
     [not found]   ` <Nuf0hbt--3-9@tutamail.com-Nuf1NHk--7-9>
2024-04-06  0:28     ` Mr Neuralwright

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).