DaemonForums  

Go Back   DaemonForums > OpenBSD > OpenBSD General

OpenBSD General Other questions regarding OpenBSD which do not fit in any of the categories below.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 7th May 2018
bsd007's Avatar
bsd007 bsd007 is offline
Always learning
 
Join Date: Sep 2014
Posts: 242
Default LAN card not working

Hi,

I tried installing OpenBSD 6.3. Problem is both the LEDs on my lan card dont light up.

I have no internet connection but when using Ubuntu the lan card works fine.

Any ideas ?

Code:
$ inxi -Nn
Network:   Card: Realtek RTL8111/8168/8411 PCIE Gigabit Ethernet Controller
           driver: r8169
           IF: enp2s0 state: up speed: 10 Mbps duplex: full
I have a 8GB Kingston usb flash drive. Can I install OpenBSD on it ?
Reply With Quote
  #2   (View Single Post)  
Old 7th May 2018
ibara ibara is offline
OpenBSD language porter
 
Join Date: Jan 2014
Posts: 783
Default

These are two separate questions but:
1. Your card should be supported by re(4). A dmesg and/or output of ifconfig would be helpful here.
2. Yes, you can install OpenBSD onto a USB flash drive.
Reply With Quote
  #3   (View Single Post)  
Old 7th May 2018
bsd007's Avatar
bsd007 bsd007 is offline
Always learning
 
Join Date: Sep 2014
Posts: 242
Default

Quote:
Originally Posted by ibara View Post
These are two separate questions but:
1. Your card should be supported by re(4). A dmesg and/or output of ifconfig would be helpful here.
2. Yes, you can install OpenBSD onto a USB flash drive.
Since I had no internet connection I had to quit the OpenBSD installation and install Ubuntu so cant access the dmesg. i had installed OpenBSD before on this hardware and it worked fine back then.

Is 8GB enough to install ?

Thanks a lot for your reply.
Reply With Quote
  #4   (View Single Post)  
Old 7th May 2018
bsd007's Avatar
bsd007 bsd007 is offline
Always learning
 
Join Date: Sep 2014
Posts: 242
Default

Just finished installing on flash drive. Same result. No network connection.
Reply With Quote
  #5   (View Single Post)  
Old 7th May 2018
LeFrettchen's Avatar
LeFrettchen LeFrettchen is offline
Marveled user
 
Join Date: Aug 2012
Location: France
Posts: 408
Default

Quote:
Originally Posted by bsd007 View Post
Is 8GB enough to install ?
Depends of the packages you want to install, but for a basic install, yep, it's more than sufficient...
One Gb should be widely enough...

Quote:
Originally Posted by bsd007 View Post
Just finished installing on flash drive. Same result. No network connection.
So now, you can access dmesg(8)...
__________________
ThinkPad W500 P8700 6GB HD3650 - faultry
ThinkStation P700 2x2620v3 32GB 1050ti 3xSSD 1xHDD

Last edited by LeFrettchen; 7th May 2018 at 07:46 PM. Reason: Orthography
Reply With Quote
  #6   (View Single Post)  
Old 7th May 2018
bsd007's Avatar
bsd007 bsd007 is offline
Always learning
 
Join Date: Sep 2014
Posts: 242
Default

Quote:
Originally Posted by LeFrettchen View Post
So now, you can access dmesg(8)...
Any tips on how to copy the dmesg output to Ubuntu so that I can post in this forum ?
Reply With Quote
  #7   (View Single Post)  
Old 7th May 2018
LeFrettchen's Avatar
LeFrettchen LeFrettchen is offline
Marveled user
 
Join Date: Aug 2012
Location: France
Posts: 408
Default

I don't use Ubuntu, so I don't know if Ubuntu can mount/read OpenBSD drives, but I would try to copy it on the OpenBSD USB flash drive, reboot with Ubuntu and try to mount the USB flash.
__________________
ThinkPad W500 P8700 6GB HD3650 - faultry
ThinkStation P700 2x2620v3 32GB 1050ti 3xSSD 1xHDD
Reply With Quote
  #8   (View Single Post)  
Old 7th May 2018
ibara ibara is offline
OpenBSD language porter
 
Join Date: Jan 2014
Posts: 783
Default

Take a good picture.
Reply With Quote
  #9   (View Single Post)  
Old 7th May 2018
bsd007's Avatar
bsd007 bsd007 is offline
Always learning
 
Join Date: Sep 2014
Posts: 242
Default

Cant take a picture. My phone is a very low end. Unless there is way to mount the OpenBSD partition (on the flash drive) under Ubuntu I give up.
Reply With Quote
Old 7th May 2018
PapaParrot's Avatar
PapaParrot PapaParrot is offline
parrot
 
Join Date: Jul 2015
Location: Durango, Mx.
Posts: 472
Default

Don't give up, probably Ubuntu will not be able to read the flash drive, but on that I don't know, I don't use Ubuntu, but on other Linux , I have had trouble with Linux reading a device with OpenBsd on it.
So I keep another usb stick, formatted using FAT32, (dos). This is readable by any of the OS's.
OR , in some cases, I have created a small FAT partition, and use that, Linux has no problem reading,writing to it.
Assuming you have more then one usb slot;
Boot with you OpenBsd flash drive, and also have the fat formatted usb stick all ready inserted,
Mount the usb stick, on your Open Bsd, Do you need details on how to mount it ?
This is a crude example, but lets say it is mounted as:
Code:
# mount /dev/sd1i usb
Note here, I made a directory in my /home/me , named it "usb", this is so that after I mount a usb drive I can exit from being root, and read write to the drive as a normal user, but that is not really relevant,
When you run dmseg,
Code:
 dmesg > usb/dmesg.txt
This would put the dmesg into a text file ,on the device mounted in "usb", the file is named "dmesg.txt"
The actual paths you use probably will be different, but hope the example gives some idea.
Or you can just use 'cp' and copy it from
Code:
/var/run/dmesg.boot
Example:
Code:
cp  /var/run/dmesg.boot /home/me/usb/
In this , I did not give it a new file name, so the file will still be named "dmesg.boot"
__________________
My best friends are parrots

Last edited by PapaParrot; 8th May 2018 at 01:56 AM.
Reply With Quote
Old 8th May 2018
IdOp's Avatar
IdOp IdOp is offline
Too dumb for a smartphone
 
Join Date: May 2008
Location: twisting on the daemon's fork(2)
Posts: 1,027
Default

The following command under Linux works for me to mount an OpenBSD partition:

# mount -t ufs -o ro,ufstype=44bsd /dev/sdb2 /mnt/openbsd

Of course you should change the source device and mount point to suit your situation. Only read-only access is supported.
Reply With Quote
Old 8th May 2018
shep shep is offline
Real Name: Scott
Arp Constable
 
Join Date: May 2008
Location: Dry and Dusty
Posts: 1,503
Default

I get the sense you are using the minroot or cd63.iso for a network install. Another tact would be to use the full "install" media (install63.fs or install63.iso). Once installed, then you should be able to easily provide the following:
1) The content of /etc/ifconfig.re0
2) The output of ifconfig(8)
Reply With Quote
Old 8th May 2018
bsd007's Avatar
bsd007 bsd007 is offline
Always learning
 
Join Date: Sep 2014
Posts: 242
Default

Quote:
Originally Posted by IdOp View Post
The following command under Linux works for me to mount an OpenBSD partition:

# mount -t ufs -o ro,ufstype=44bsd /dev/sdb2 /mnt/openbsd

Of course you should change the source device and mount point to suit your situation. Only read-only access is supported.
Code:
$ cd /dev/
Code:
$ ls sdb*
sdb  sdb4  sdb5  sdb6  sdb7  sdb8
Code:
$ sudo mount -t ufs -o ro,ufstype=44bsd /dev/sdb4 /mnt/
Code:
$ cd /mnt/
Code:
/mnt$ ls
ls: reading directory '.': Input/output error
The same is happening with with all the partitions.
Reply With Quote
Old 8th May 2018
bsd007's Avatar
bsd007 bsd007 is offline
Always learning
 
Join Date: Sep 2014
Posts: 242
Default

When I plug in the OpenBSD flash drive these partitions are getting automatically mounted but when I open them they are empty.

Please see attachment.

Output of mount command

Code:
/dev/sdb4 on /media/ubuntu/5af0a4fec72cb35a type ufs (ro,nosuid,nodev,relatime,ufstype=old,onerror=lock,uhelper=udisks2)
/dev/sdb5 on /media/ubuntu/5af0a4fec72cb35a1 type ufs (ro,nosuid,nodev,relatime,ufstype=old,onerror=lock,uhelper=udisks2)
/dev/sdb8 on /media/ubuntu/5af0a507f5dc4d71 type ufs (ro,nosuid,nodev,relatime,ufstype=old,onerror=lock,uhelper=udisks2)
/dev/sdb7 on /media/ubuntu/5af0a516c061edae type ufs (ro,nosuid,nodev,relatime,ufstype=old,onerror=lock,uhelper=udisks2)
Attached Images
File Type: png Screenshot from 2018-05-08 16-25-27.png (550.2 KB, 77 views)

Last edited by bsd007; 8th May 2018 at 11:51 AM.
Reply With Quote
Old 8th May 2018
johnR johnR is offline
Fdisk Soldier
 
Join Date: Nov 2017
Posts: 57
Default

Quote:
Originally Posted by bsd007 View Post
When I plug in the OpenBSD flash drive these partitions are getting automatically mounted but when I open them they are empty.
You either need to disable automount or manually umount the automounted devices before proceeding. Linux reads the partition table differently from OpenBSD. Use:

# fdisk -l /dev/sdb

to see which partition you need to mount, then use the previously mentioned mount command:

# mount -t ufs -o ro,ufstype=44bsd /dev/sdbx /mnt/openbsd

where x is the relevant partition number.
Reply With Quote
Old 8th May 2018
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,977
Default

Another, very simple solution is to use a FAT-formatted USB stick as the transfer device. Every workstation OS can use one.
Reply With Quote
Old 8th May 2018
bsd007's Avatar
bsd007 bsd007 is offline
Always learning
 
Join Date: Sep 2014
Posts: 242
Default

Quote:
Originally Posted by johnR View Post
You either need to disable automount or manually umount the automounted devices before proceeding. Linux reads the partition table differently from OpenBSD. Use:

# fdisk -l /dev/sdb

to see which partition you need to mount, then use the previously mentioned mount command:

# mount -t ufs -o ro,ufstype=44bsd /dev/sdbx /mnt/openbsd

where x is the relevant partition number.
Code:
$ fdisk -l /dev/sdb
fdisk: cannot open /dev/sdb: Permission denied
ubuntu@ubuntu:~$ sudo fdisk -l /dev/sdb
Disk /dev/sdb: 7.4 GiB, 7933526016 bytes, 15495168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x00000000

Device     Boot Start      End  Sectors  Size Id Type
/dev/sdb4  *       64 15486659 15486596  7.4G a6 OpenBSD
Code:
$ sudo mount -t ufs -o ro,ufstype=44bsd /dev/sdb4 /home/ubuntu/bsd/
^^ This mounts the partition successfully but the folders are all empty.
Under OpenBSD as root I did

Code:
dmesg >result
But when I browse to the /root directory its empty.

I ran the command pwd and it printed /home/openbsd but when I browse to home from Ubuntu its empty.

Last edited by bsd007; 8th May 2018 at 01:41 PM.
Reply With Quote
Old 8th May 2018
bsd007's Avatar
bsd007 bsd007 is offline
Always learning
 
Join Date: Sep 2014
Posts: 242
Default

Please see attachment
Attached Images
File Type: png bsd.png (59.6 KB, 55 views)
File Type: png bsd2.png (43.7 KB, 52 views)
Reply With Quote
Old 8th May 2018
bsd007's Avatar
bsd007 bsd007 is offline
Always learning
 
Join Date: Sep 2014
Posts: 242
Default

I have manged to copy the dmesg output by using a fat32 drive.

Here is the result

Code:
OpenBSD 6.3 (GENERIC.MP) #107: Sat Mar 24 14:21:59 MDT 2018
    deraadt@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 4137811968 (3946MB)
avail mem = 4005335040 (3819MB)
mpath0 at root
scsibus0 at mpath0: 256 targets
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 3.0 @ 0xc31fd000 (80 entries)
bios0: vendor American Megatrends Inc. version "3016" date 12/27/2016
bios0: ASUSTeK COMPUTER INC. H110M-CS
acpi0 at bios0: rev 2
acpi0: sleep states S0 S3 S4 S5
acpi0: tables DSDT FACP APIC FPDT MSDM MCFG SSDT FIDT SSDT SSDT HPET SSDT SSDT UEFI SSDT LPIT WSMT SSDT SSDT DBGP DBG2
acpi0: wakeup devices PEGP(S4) PEG0(S4) PEGP(S4) PEG1(S4) PEGP(S4) PEG2(S4) SIO1(S3) UAR1(S4) PS2K(S4) PS2M(S4) PXSX(S4) RP09(S4) PXSX(S4) RP10(S4) PXSX(S4) RP11(S4) [...]
acpitimer0 at acpi0: 3579545 Hz, 24 bits
acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: Intel(R) Core(TM) i3-6100 CPU @ 3.70GHz, 3692.77 MHz
cpu0: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,SENSOR,ARAT,MELTDOWN
cpu0: 256KB 64b/line 8-way L2 cache
cpu0: smt 0, core 0, package 0
mtrr: Pentium Pro MTRR support, 10 var ranges, 88 fixed ranges
cpu0: apic clock running at 23MHz
cpu0: mwait min=64, max=64, C-substates=0.2.1.2.4.1, IBE
cpu1 at mainbus0: apid 2 (application processor)
cpu1: Intel(R) Core(TM) i3-6100 CPU @ 3.70GHz, 3691.40 MHz
cpu1: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,SENSOR,ARAT,MELTDOWN
cpu1: 256KB 64b/line 8-way L2 cache
cpu1: smt 0, core 1, package 0
cpu2 at mainbus0: apid 1 (application processor)
cpu2: Intel(R) Core(TM) i3-6100 CPU @ 3.70GHz, 3691.40 MHz
cpu2: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,SENSOR,ARAT,MELTDOWN
cpu2: 256KB 64b/line 8-way L2 cache
cpu2: smt 1, core 0, package 0
cpu3 at mainbus0: apid 3 (application processor)
cpu3: Intel(R) Core(TM) i3-6100 CPU @ 3.70GHz, 3691.40 MHz
cpu3: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,SENSOR,ARAT,MELTDOWN
cpu3: 256KB 64b/line 8-way L2 cache
cpu3: smt 1, core 1, package 0
ioapic0 at mainbus0: apid 2 pa 0xfec00000, version 20, 120 pins
acpimcfg0 at acpi0 addr 0xf8000000, bus 0-63
acpihpet0 at acpi0: 23999999 Hz
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus -1 (PEG0)
acpiprt2 at acpi0: bus -1 (PEG1)
acpiprt3 at acpi0: bus -1 (PEG2)
acpiprt4 at acpi0: bus 3 (RP09)
acpiprt5 at acpi0: bus -1 (RP10)
acpiprt6 at acpi0: bus -1 (RP11)
acpiprt7 at acpi0: bus -1 (RP12)
acpiprt8 at acpi0: bus -1 (RP13)
acpiprt9 at acpi0: bus -1 (RP01)
acpiprt10 at acpi0: bus -1 (RP02)
acpiprt11 at acpi0: bus -1 (RP03)
acpiprt12 at acpi0: bus -1 (RP04)
acpiprt13 at acpi0: bus 1 (RP05)
acpiprt14 at acpi0: bus -1 (RP06)
acpiprt15 at acpi0: bus -1 (RP07)
acpiprt16 at acpi0: bus 2 (RP08)
acpiprt17 at acpi0: bus -1 (RP17)
acpiprt18 at acpi0: bus -1 (RP18)
acpiprt19 at acpi0: bus -1 (RP19)
acpiprt20 at acpi0: bus -1 (RP20)
acpiprt21 at acpi0: bus -1 (RP21)
acpiprt22 at acpi0: bus -1 (RP22)
acpiprt23 at acpi0: bus -1 (RP23)
acpiprt24 at acpi0: bus -1 (RP24)
acpiprt25 at acpi0: bus -1 (RP14)
acpiprt26 at acpi0: bus -1 (RP15)
acpiprt27 at acpi0: bus -1 (RP16)
acpiec0 at acpi0: not present
acpicpu0 at acpi0: C3(200@256 mwait.1@0x40), C2(200@120 mwait.1@0x32), C1(1000@1 mwait.1), PSS
acpicpu1 at acpi0: C3(200@256 mwait.1@0x40), C2(200@120 mwait.1@0x32), C1(1000@1 mwait.1), PSS
acpicpu2 at acpi0: C3(200@256 mwait.1@0x40), C2(200@120 mwait.1@0x32), C1(1000@1 mwait.1), PSS
acpicpu3 at acpi0: C3(200@256 mwait.1@0x40), C2(200@120 mwait.1@0x32), C1(1000@1 mwait.1), PSS
acpipwrres0 at acpi0: PG00, resource for PEG0
acpipwrres1 at acpi0: PG01, resource for PEG1
acpipwrres2 at acpi0: PG02, resource for PEG2
acpipwrres3 at acpi0: WRST
acpipwrres4 at acpi0: WRST
acpipwrres5 at acpi0: WRST
acpipwrres6 at acpi0: WRST
acpipwrres7 at acpi0: WRST
acpipwrres8 at acpi0: WRST
acpipwrres9 at acpi0: WRST
acpipwrres10 at acpi0: WRST
acpipwrres11 at acpi0: WRST
acpipwrres12 at acpi0: WRST
acpipwrres13 at acpi0: WRST
acpipwrres14 at acpi0: WRST
acpipwrres15 at acpi0: WRST
acpipwrres16 at acpi0: WRST
acpipwrres17 at acpi0: WRST
acpipwrres18 at acpi0: WRST
acpipwrres19 at acpi0: WRST
acpipwrres20 at acpi0: WRST
acpipwrres21 at acpi0: WRST
acpipwrres22 at acpi0: WRST
acpipwrres23 at acpi0: FN00, resource for FAN0
acpipwrres24 at acpi0: FN01, resource for FAN1
acpipwrres25 at acpi0: FN02, resource for FAN2
acpipwrres26 at acpi0: FN03, resource for FAN3
acpipwrres27 at acpi0: FN04, resource for FAN4
acpitz0 at acpi0: critical temperature is 119 degC
acpitz1 at acpi0: critical temperature is 119 degC
"INT3F0D" at acpi0 not configured
"PNP0C14" at acpi0 not configured
acpibtn0 at acpi0: SLPB
"INT33A1" at acpi0 not configured
acpibtn1 at acpi0: PWRB
"INT340E" at acpi0 not configured
"PNP0C0B" at acpi0 not configured
"PNP0C0B" at acpi0 not configured
"PNP0C0B" at acpi0 not configured
"PNP0C0B" at acpi0 not configured
"PNP0C0B" at acpi0 not configured
"PNP0C14" at acpi0 not configured
acpivideo0 at acpi0: GFX0
cpu0: Enhanced SpeedStep 3692 MHz: speeds: 3700, 3500, 3300, 3100, 2900, 2700, 2500, 2300, 2200, 2000, 1800, 1600, 1400, 1200, 1000, 800 MHz
pci0 at mainbus0 bus 0
pchb0 at pci0 dev 0 function 0 "Intel Core 6G Host" rev 0x07
inteldrm0 at pci0 dev 2 function 0 "Intel HD Graphics 530" rev 0x06
drm0 at inteldrm0
inteldrm0: msi
error: [drm:pid0:i915_firmware_load_error_print] *ERROR* failed to load firmware i915/skl_dmc_ver1.bin (-22)
error: [drm:pid0:i915_gem_init_hw] *ERROR* Failed to initialize GuC, error -8 (ignored)
inteldrm0: 1920x1080, 32bpp
wsdisplay0 at inteldrm0 mux 1: console (std, vt100 emulation)
wsdisplay0: screen 1-5 added (std, vt100 emulation)
xhci0 at pci0 dev 20 function 0 "Intel 100 Series xHCI" rev 0x31: msi
usb0 at xhci0: USB revision 3.0
uhub0 at usb0 configuration 1 interface 0 "Intel xHCI root hub" rev 3.00/1.00 addr 1
"Intel 100 Series MEI" rev 0x31 at pci0 dev 22 function 0 not configured
ahci0 at pci0 dev 23 function 0 "Intel 100 Series AHCI" rev 0x31: msi, AHCI 1.3.1
ahci0: PHY offline on port 0
ahci0: port 1: 6.0Gb/s
ahci0: PHY offline on port 2
ahci0: port 3: 1.5Gb/s
scsibus1 at ahci0: 32 targets
sd0 at scsibus1 targ 1 lun 0: <ATA, Samsung SSD 750, MAT0> SCSI3 0/direct fixed naa.5002538d40eadaf3
sd0: 114473MB, 512 bytes/sector, 234441648 sectors, thin
cd0 at scsibus1 targ 3 lun 0: <HL-DT-ST, DVDRAM GH24NSB0, LN00> ATAPI 5/cdrom removable
ppb0 at pci0 dev 28 function 0 "Intel 100 Series PCIE" rev 0xf1: msi
pci1 at ppb0 bus 1
ppb1 at pci0 dev 28 function 7 "Intel 100 Series PCIE" rev 0xf1: msi
pci2 at ppb1 bus 2
re0 at pci2 dev 0 function 0 "Realtek 8168" rev 0x15: RTL8168H/8111H (0x5400), msi, address 60:45:cb:87:53:a5
rgephy0 at re0 phy 7: RTL8251 PHY, rev. 0
ppb2 at pci0 dev 29 function 0 "Intel 100 Series PCIE" rev 0xf1: msi
pci3 at ppb2 bus 3
pcib0 at pci0 dev 31 function 0 "Intel H110 LPC" rev 0x31
"Intel 100 Series PMC" rev 0x31 at pci0 dev 31 function 2 not configured
azalia0 at pci0 dev 31 function 3 "Intel 100 Series HD Audio" rev 0x31: msi
azalia0: codecs: Realtek/0x0887, Intel/0x2809, using Realtek/0x0887
audio0 at azalia0
ichiic0 at pci0 dev 31 function 4 "Intel 100 Series SMBus" rev 0x31: apic 2 int 16
iic0 at ichiic0
iic0: addr 0x20 01=12 02=12 04=11 05=10 06=f5 07=fc 08=fc 09=fc 0a=fc 0b=22 0c=22 0d=dd 0e=dd 0f=44 10=44 13=73 15=ab 16=11 17=b8 19=8a 1a=50 1b=68 1c=22 1d=3f 1e=3c 20=30 21=30 22=46 23=44 2a=2f 2b=fc 2c=fc 2d=22 2e=dd 2f=44 31=73 33=ab 34=01 35=5e 37=8a 38=50 39=3f 3a=3c 3b=45 3c=44 43=3f 44=3e 48=03 92=0b b2=29 words 00=00ff 01=12ff 02=12ff 03=00ff 04=11ff 05=10ff 06=f5ff 07=fcff
isa0 at pcib0
isadma0 at isa0
com0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo
pckbc0 at isa0 port 0x60/5 irq 1 irq 12
pckbd0 at pckbc0 (kbd slot)
wskbd0 at pckbd0: console keyboard, using wsdisplay0
pcppi0 at isa0 port 0x61
spkr0 at pcppi0
lpt0 at isa0 port 0x378/4 irq 7
vmm0 at mainbus0: VMX/EPT
umass0 at uhub0 port 3 configuration 1 interface 0 "Generic Mass Storage Device" rev 2.00/1.00 addr 2
umass0: using SCSI over Bulk-Only
scsibus2 at umass0: 2 targets, initiator 0
sd1 at scsibus2 targ 1 lun 0: <Mass, Storage Device, \\001 \\001> SCSI0 0/direct removable serial.14cd125d125D20140310
sd1: 7580MB, 512 bytes/sector, 15523840 sectors
umass1 at uhub0 port 4 configuration 1 interface 0 "Kingston DataTraveler G3" rev 2.00/1.00 addr 3
umass1: using SCSI over Bulk-Only
scsibus3 at umass1: 2 targets, initiator 0
sd2 at scsibus3 targ 1 lun 0: <Kingston, DataTraveler G3, PMAP> SCSI0 0/direct removable serial.09511643BB80E70A019D
sd2: 7566MB, 512 bytes/sector, 15495168 sectors
uhidev0 at uhub0 port 5 configuration 1 interface 0 "Dell Dell USB Entry Keyboard" rev 1.10/1.15 addr 4
uhidev0: iclass 3/1
ukbd0 at uhidev0: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev1 at uhub0 port 6 configuration 1 interface 0 "Logitech USB Receiver" rev 2.00/30.00 addr 5
uhidev1: iclass 3/1
ums0 at uhidev1: 16 buttons, Z and W dir
wsmouse0 at ums0 mux 0
uhidev2 at uhub0 port 6 configuration 1 interface 1 "Logitech USB Receiver" rev 2.00/30.00 addr 5
uhidev2: iclass 3/0, 17 report ids
uhid0 at uhidev2 reportid 3: input=4, output=0, feature=0
uhid1 at uhidev2 reportid 16: input=6, output=6, feature=0
uhid2 at uhidev2 reportid 17: input=19, output=19, feature=0
vscsi0 at root
scsibus4 at vscsi0: 256 targets
softraid0 at root
scsibus5 at softraid0: 256 targets
root on sd2a (101e0a6e9b82a665.a) swap on sd2b dump on sd2b
Kindly tell me whats wrong with my lan card.
Reply With Quote
Old 8th May 2018
johnR johnR is offline
Fdisk Soldier
 
Join Date: Nov 2017
Posts: 57
Default

Quote:
re0 at pci2 dev 0 function 0 "Realtek 8168" rev 0x15: RTL8168H/8111H (0x5400), msi, address 60:45:cb:87:53:a5
rgephy0 at re0 phy 7: RTL8251 PHY, rev. 0
It looks like it's finding the card. What does ifconfig show?
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Video card instead of sound card ripe OpenBSD General 12 2nd May 2013 04:02 PM
Mouse:X (not-working) and tty-Console (working), in 8.0 ykt FreeBSD General 1 22nd December 2009 12:26 PM
atheros wireless card not working guitarscn FreeBSD General 0 26th August 2009 05:50 PM
my radeon hd card is no longer working iacbsd OpenBSD General 8 17th July 2009 10:14 AM
HOWTO: Working Intel Graphics Card Setup vermaden FreeBSD Installation and Upgrading 2 3rd July 2009 07:59 PM


All times are GMT. The time now is 09:13 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick