Jump to content

Hi everyone.

 

First time posting here. I’m having an issue with an old APU board that I want to use as a media server or a plex server just for the sake of bringing new life to it. I’m using Openmediavault as OS, a Debian 7 based distro and it’s not recognizing the Ethernet on the board. I’ve tried many other distros just to be sure it was not an issue with the one I’m using and nothing either.

 

I’m in Cuba and my internet access it’s 0 on that computer and even when I can get my hands on local mirrors of the repos I can’t get my hand on the proper drivers.

The board it’s the ASROCK AD525PV3.

can anyone help my getting the right drivers, please?

 

thanks in advance.

40839A28-D1C7-4478-9FA7-A0DA0684B0E7.jpeg

Link to comment
https://linustechtips.com/topic/1167170-lan-drivers-issue/
Share on other sites

Link to post
Share on other sites

21 minutes ago, Lsantiesteban.cuba said:

I’m in Cuba and my internet access it’s 0 on that computer and even when I can get my hands on local mirrors of the repos I can’t get my hand on the proper drivers.

Then I'm afraid there's no solution other than adding a compatible ethernet or wifi adapter.

Don't ask to ask, just ask... please 🤨

sudo chmod -R 000 /*

Link to comment
https://linustechtips.com/topic/1167170-lan-drivers-issue/#findComment-13392369
Share on other sites

Link to post
Share on other sites

7 minutes ago, Sauron said:

Then I'm afraid there's no solution other than adding a compatible ethernet or wifi adapter.

There’s no intel drivers for Linux?

if I could get them on my phone and can use a usb drive to get them on that computer and dpkg it. Wouldn’t that work?

Link to comment
https://linustechtips.com/topic/1167170-lan-drivers-issue/#findComment-13392386
Share on other sites

Link to post
Share on other sites

5 minutes ago, Lsantiesteban.cuba said:

There’s no intel drivers for Linux?

if I could get them on my phone and can use a usb drive to get them on that computer and dpkg it. Wouldn’t that work?

You said you couldn't get the drivers through the internet... if you can do that then you can try usb tethering to use your phone's internet connection on the computer and install the driver from there. I would discourage downloading packages separately because you could run into dependency issues.

Don't ask to ask, just ask... please 🤨

sudo chmod -R 000 /*

Link to comment
https://linustechtips.com/topic/1167170-lan-drivers-issue/#findComment-13392397
Share on other sites

Link to post
Share on other sites

24 minutes ago, Sauron said:

You said you couldn't get the drivers through the internet... if you can do that then you can try usb tethering to use your phone's internet connection on the computer and install the driver from there. I would discourage downloading packages separately because you could run into dependency issues.

Good to know!

i can tether from my iPhone, on Debian 7 there’s no ifconfig command. How can I check I’m tethered?

Link to comment
https://linustechtips.com/topic/1167170-lan-drivers-issue/#findComment-13392493
Share on other sites

Link to post
Share on other sites

3 minutes ago, Lsantiesteban.cuba said:

Good to know!

i can tether from my iPhone, on Debian 7 there’s no ifconfig command. How can I check I’m tethered?

well you could just try pinging google's dns server

ping 8.8.8.8

or check your ip address with

ip addr

 

Don't ask to ask, just ask... please 🤨

sudo chmod -R 000 /*

Link to comment
https://linustechtips.com/topic/1167170-lan-drivers-issue/#findComment-13392506
Share on other sites

Link to post
Share on other sites

On 3/21/2020 at 1:44 PM, Sauron said:

You said you couldn't get the drivers through the internet... if you can do that then you can try usb tethering to use your phone's internet connection on the computer and install the driver from there. I would discourage downloading packages separately because you could run into dependency issues.

It’s not recognizing the tethered network interface. My phone it’s connected to the internet and connected to the computer as it shows it’s charging but doesn’t show any device connected to the tethered via usb. 

Link to comment
https://linustechtips.com/topic/1167170-lan-drivers-issue/#findComment-13405598
Share on other sites

Link to post
Share on other sites

1 minute ago, Lsantiesteban.cuba said:

It’s not recognizing the tethered network interface. My phone it’s connected to the internet and connected to the computer as it shows it’s charging but doesn’t show any device connected to the tethered via usb. 

So rereading your posts I noticed you have an iphone... which as far as I know means you need itunes installed for usb tethering to work. Do you have a USB wifi dongle? If you do try using that to connect to your phone's wireless hotspot

Don't ask to ask, just ask... please 🤨

sudo chmod -R 000 /*

Link to comment
https://linustechtips.com/topic/1167170-lan-drivers-issue/#findComment-13405617
Share on other sites

Link to post
Share on other sites

10 minutes ago, Sauron said:

So rereading your posts I noticed you have an iphone... which as far as I know means you need itunes installed for usb tethering to work. Do you have a USB wifi dongle? If you do try using that to connect to your phone's wireless hotspot

I can try a WiFi dongle and see if the OS recognizes it. Now I would need help connecting to the WiFi hotspot trough terminal. Do you know how to do so?

Link to comment
https://linustechtips.com/topic/1167170-lan-drivers-issue/#findComment-13405663
Share on other sites

Link to post
Share on other sites

Just now, Lsantiesteban.cuba said:

Now I would need help connecting to the WiFi hotspot trough terminal.

...doesn't openmediavault have a GUI? You can try iw or networkmanager but I don't know if those instructions apply exactly to omv.

Don't ask to ask, just ask... please 🤨

sudo chmod -R 000 /*

Link to comment
https://linustechtips.com/topic/1167170-lan-drivers-issue/#findComment-13405674
Share on other sites

Link to post
Share on other sites

16 minutes ago, Sauron said:

...doesn't openmediavault have a GUI? You can try iw or networkmanager but I don't know if those instructions apply exactly to omv.

It does not have a regular GUI rather it has a web interface but it’s ok I founded a dongly solution worthy of Apple 😉

I used a Ethernet 100 usb dongle To connect to the thunderbolt ethernet dongle on my MBp witch is connected with my iPhone tethered internet. Adjusted ip addresses here and there and now I have internet on the OMV now.

 

ill apt get update and then how do I install the drivers?

Link to comment
https://linustechtips.com/topic/1167170-lan-drivers-issue/#findComment-13405723
Share on other sites

Link to post
Share on other sites

sadly OMV is not a desktop OS, interfering with it configuring the net interfaces could cause issues

 

USB tethering anyway needs the usbnet kernel module to be avaiable, then it should show up as an interface

type ifconfig -a

if you can obtain an address with dhcp ethX or with dhcpd ethX, you are good to go and you have an internet connection

 

as for the lan driver, just type lspci -v as root so I can understand what kind of chipset it is 

Link to comment
https://linustechtips.com/topic/1167170-lan-drivers-issue/#findComment-13409732
Share on other sites

Link to post
Share on other sites

18 hours ago, Chunchunmaru_ said:

sadly OMV is not a desktop OS, interfering with it configuring the net interfaces could cause issues

 

USB tethering anyway needs the usbnet kernel module to be avaiable, then it should show up as an interface

type ifconfig -a

if you can obtain an address with dhcp ethX or with dhcpd ethX, you are good to go and you have an internet connection

 

as for the lan driver, just type lspci -v as root so I can understand what kind of chipset it is 

Thanks, I’ll lspci -v and show you.

as for the internet I managed to get it working sharing from my phone to my laptop via WiFi and then to the computer trough Ethernet.

Link to comment
https://linustechtips.com/topic/1167170-lan-drivers-issue/#findComment-13412481
Share on other sites

Link to post
Share on other sites

On 3/26/2020 at 7:04 PM, Chunchunmaru_ said:

sadly OMV is not a desktop OS, interfering with it configuring the net interfaces could cause issues

 

USB tethering anyway needs the usbnet kernel module to be avaiable, then it should show up as an interface

type ifconfig -a

if you can obtain an address with dhcp ethX or with dhcpd ethX, you are good to go and you have an internet connection

 

as for the lan driver, just type lspci -v as root so I can understand what kind of chipset it is 

This is the output for lspci -v

 

 

 

root@blueshark:~# sudo lspci -v

00:00.0 Host bridge: Intel Corporation Atom Processor D4xx/D5xx/N4xx/N5xx DMI Bridge (rev 02)

Subsystem: ASRock Incorporation Device a000

Flags: bus master, fast devsel, latency 0

Capabilities: [e0] Vendor Specific Information: Len=08 <?>

 

00:02.0 VGA compatible controller: Intel Corporation Atom Processor D4xx/D5xx/N4xx/N5xx Integrated Graphics Controller (rev 02) (prog-if 00 [VGA controller])

Subsystem: ASRock Incorporation Device a001

Flags: bus master, fast devsel, latency 0, IRQ 24

Memory at feb80000 (32-bit, non-prefetchable)

I/O ports at ec00

Memory at e0000000 (32-bit, prefetchable)

Memory at fea00000 (32-bit, non-prefetchable)

[virtual] Expansion ROM at 000c0000 [disabled]

Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-

Capabilities: [d0] Power Management version 2

Kernel driver in use: i915

 

00:1b.0 Audio device: Intel Corporation NM10/ICH7 Family High Definition Audio Controller (rev 02)

Subsystem: ASRock Incorporation Device 3662

Flags: bus master, fast devsel, latency 0, IRQ 25

Memory at feb78000 (64-bit, non-prefetchable)

Capabilities: [50] Power Management version 2

Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+

Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00

Capabilities: [100] Virtual Channel

Capabilities: [130] Root Complex Link

Kernel driver in use: snd_hda_intel

 

00:1d.0 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #1 (rev 02) (prog-if 00 [UHCI])

Subsystem: ASRock Incorporation Device 27c8

Flags: bus master, medium devsel, latency 0, IRQ 23

I/O ports at e880

Kernel driver in use: uhci_hcd

 

00:1d.1 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #2 (rev 02) (prog-if 00 [UHCI])

Subsystem: ASRock Incorporation Device 27c9

Flags: bus master, medium devsel, latency 0, IRQ 19

I/O ports at e800

Kernel driver in use: uhci_hcd

 

00:1d.2 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #3 (rev 02) (prog-if 00 [UHCI])

Subsystem: ASRock Incorporation Device 27ca

Flags: bus master, medium devsel, latency 0, IRQ 18

I/O ports at e480

Kernel driver in use: uhci_hcd

 

00:1d.3 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #4 (rev 02) (prog-if 00 [UHCI])

Subsystem: ASRock Incorporation Device 27cb

Flags: bus master, medium devsel, latency 0, IRQ 16

I/O ports at e400

Kernel driver in use: uhci_hcd

 

00:1d.7 USB controller: Intel Corporation NM10/ICH7 Family USB2 EHCI Controller (rev 02) (prog-if 20 [EHCI])

Subsystem: ASRock Incorporation Device 27cc

Flags: bus master, medium devsel, latency 0, IRQ 23

Memory at feb77c00 (32-bit, non-prefetchable)

Capabilities: [50] Power Management version 2

Capabilities: [58] Debug port: BAR=1 offset=00a0

Kernel driver in use: ehci-pci

 

00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2) (prog-if 01 [Subtractive decode])

Flags: bus master, fast devsel, latency 0

Bus: primary=00, secondary=01, subordinate=01, sec-latency=32

Capabilities: [50] Subsystem: ASRock Incorporation Device 2448

 

00:1f.0 ISA bridge: Intel Corporation NM10 Family LPC Controller (rev 02)

Subsystem: ASRock Incorporation Device 27bc

Flags: bus master, medium devsel, latency 0

Capabilities: [e0] Vendor Specific Information: Len=0c <?>

Kernel driver in use: lpc_ich

 

00:1f.2 IDE interface: Intel Corporation NM10/ICH7 Family SATA Controller [IDE mode] (rev 02) (prog-if 8a [Master SecP PriP])

Subsystem: ASRock Incorporation Device 27c0

Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 19

I/O ports at 01f0

I/O ports at 03f4

I/O ports at 0170

I/O ports at 0374

I/O ports at ff90

Memory at f0000000 (32-bit, non-prefetchable)

Capabilities: [70] Power Management version 2

Kernel driver in use: ata_piix

 

00:1f.3 SMBus: Intel Corporation NM10/ICH7 Family SMBus Controller (rev 02)

Subsystem: ASRock Incorporation Device 27da

Flags: medium devsel, IRQ 19

I/O ports at 0400

Kernel driver in use: i801_smbus

 

Link to comment
https://linustechtips.com/topic/1167170-lan-drivers-issue/#findComment-13414775
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×