[qubes-users] Re: No network connection v2

2021-03-05 Thread Robert Horvath
Solved! You have to enable permissive mode for the cards pci addresses. *It 
works with qubes 4.0 and up*. For older versions below refer to this google 
group.  Steps:
0. Turn off sys-net.
1. Go to sys-net's Qubes Settigs in Qubes Manager.
2. Chose "Devices" tab.
3. Remove all entries for network card from qube that are associated to 
qube. (Remember all the PCI addresses)
4. In dom0 terminal type:
*qvm-pci attach --persistent --option permissive=true sys-net dom0:e1_00.1*
(Substitute your own cards pci address you remember from step 3. for  
*e1_00.1* ! Note the underscore!!!)
5. Repeat step 4 for all pci addresses of your card.
6. Done.


raah...@gmail.com a következőt írta (2017. május 8., hétfő, 21:08:43 UTC+2):

> On Sunday, May 7, 2017 at 10:29:34 PM UTC-4, babel wrote:
> > On Saturday, May 6, 2017 at 7:38:16 PM UTC+2, menthols wrote:
> > > Today installed Qubes 3rd release, but no network connection. Spent 
> hours trying to fix it, but to no avail. Network card is recognized. I have 
> two cables connected, no WiFi. I try to put qubes on Dell poweredge, Intel 
> Xeon e3, 8 GB RAM, Broadcom NetXtreme Gigabit Ethernet PCIe, two 1 TB 
> harddrives. I used option "Test and install" at installation, no error 
> message. I have choosed both harddisks at install, hope there is someway to 
> configure the soft raid. Before tried to install other Linux flavors before 
> (Debian-8 and Fedora-23) and none of them had any trouble connecting to the 
> internet immediately (updates downloaded during install). Maybe need to 
> activate some more PCI devices. What's the best I can do? Wait for the next 
> release? Buy another machine? ;-)
> > > 
> > > 
> > > Opened netvm terminal and checked the following things: 
> > > 
> > > 1. Does 'lspci' list your network adapter? 
> > > Yes, i've tried both debian-8 and fedora-23 both list the network 
> cards.
> > > 
> > > 2. Do you have interface detected (does 'ifconfig -a' contains en* 
> device)? 
> > > No, none of them detect the interface using ifconfig.
> > > 
> > > 3. Does kernel messages ('dmesg') contains some errors regarding 
> network 
> > > device initialization? 
> > > No, there is no message regarding network at all.
> > > 
> > > 4. Check if linux-firmware package is installed (rpm -q 
> linux-firmware).
> > > Yes it is installed.
> > > 
> > > 
> > > Ethernet controller: Broadcom Corporation NetXtreme BCM5720 Gigabit 
> Ethernet PCIe
> > 
> > Same here on a NUC7i3bn...
> > check 
> > lspci -nnk
> > which was shoowing me that the kernel modules for both the ethernet port 
> (i219-v intel gigabit ethernet controller) and the 8265 wireless module 
> were not loading. 
> > Sorry to disappoint you, but I still haven't found a solution. If you 
> have the same problem and find a solution, please let me know.
>
> are you able to load them manually with modprobe?
>

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/eb81ff4a-17f9-459c-9e4e-085c02ae95b9n%40googlegroups.com.


[qubes-users] Re: No network connection

2019-10-30 Thread andreazimbardo21
Hello I know it's been 5 years since this thread started but apple hasn't 
changed and problems are still the same.

I have MB air 2017 with broadcom bcm4360, i've read a lot on how to solve 
this wifi problem but i got so many different info that i can't follow a 
single guide.

Honestly i'm not the best in using the terminal but i can go through it.

I'd appreciate if someone could write a step by step guide in order to get 
this  wifi working.

Thank you all for yoru help

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/f85bdb80-d5db-4f3a-9051-1921e9d9bfd3%40googlegroups.com.


[qubes-users] Re: No Network Connection in Qubes 3.2

2017-07-30 Thread wannabeironman
On Thursday, April 27, 2017 at 10:52:50 AM UTC-4, babel wrote:
> I have a Kaby Lake Intel Nuc and after a fresh install of Qubes, the kernel 
> is not loading the ethernet driver or the wlan driver...
> 
> From within sys-net, I see..
> 
> lspci
> 00:00.6 Ethernet controller: Intel Corporation Ethernet Connection (4) I219-V 
> (rev 21)
> 00:01.0 Network controller: Intel Corporation Device 24fd (rev 78)
> 
> 
> [user@sys-net ~]$ lspci -k
> 00:00.6 Ethernet controller: Intel Corporation Ethernet Connection (4) I219-V 
> (rev 21)
>   Subsystem: Intel Corporation Device 2068
> 00:01.0 Network controller: Intel Corporation Device 24fd (rev 78)
>   Subsystem: Intel Corporation Device 9010
> 
> 
> No kernel module being loaded there...
> 
> Anyone have any advice?

I am having the same issue with Kaby Lake NUC. Tried debian netvm no luck. 
Manual install of driver from Intel, no luck thus far. Per advice from Qubes 
Team I am trying Fed 25 and debian stretch next. I will pass along if I have 
any luck.

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/614a40e6-e6d6-4ed5-b89e-128ac336bc13%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Re: No network connection v2

2017-05-08 Thread cooloutac
On Sunday, May 7, 2017 at 10:29:34 PM UTC-4, babel wrote:
> On Saturday, May 6, 2017 at 7:38:16 PM UTC+2, menthols wrote:
> > Today installed Qubes 3rd release, but no network connection. Spent hours 
> > trying to fix it, but to no avail. Network card is recognized. I have two 
> > cables connected, no WiFi. I try to put qubes on Dell poweredge, Intel Xeon 
> > e3, 8 GB RAM, Broadcom NetXtreme Gigabit Ethernet PCIe, two 1 TB 
> > harddrives. I used option "Test and install" at installation, no error 
> > message. I have choosed both harddisks at install, hope there is someway to 
> > configure the soft raid. Before tried to install other Linux flavors before 
> > (Debian-8 and Fedora-23) and none of them had any trouble connecting to the 
> > internet immediately (updates downloaded during install). Maybe need to 
> > activate some more PCI devices. What's the best I can do? Wait for the next 
> > release? Buy another machine? ;-)
> > 
> > 
> > Opened netvm terminal and checked the following things: 
> > 
> > 1. Does 'lspci' list your network adapter?  
> > Yes, i've tried both debian-8 and fedora-23 both list the network cards.
> > 
> > 2. Do you have interface detected (does 'ifconfig -a' contains en* device)? 
> > No, none of them detect the interface using ifconfig.
> > 
> > 3. Does kernel messages ('dmesg') contains some errors regarding network 
> > device initialization? 
> > No, there is no message regarding network at all.
> > 
> > 4. Check if linux-firmware package is installed (rpm -q linux-firmware).
> > Yes it is installed.
> > 
> > 
> > Ethernet controller: Broadcom Corporation NetXtreme BCM5720 Gigabit 
> > Ethernet PCIe
> 
> Same here on a NUC7i3bn...
> check 
> lspci -nnk
> which was shoowing me that the kernel modules for both the ethernet port 
> (i219-v intel gigabit ethernet controller) and the 8265 wireless module were 
> not loading.  
> Sorry to disappoint you, but I still haven't found a solution.  If you have 
> the same problem and find a solution, please let me know.

are you able to load them manually with modprobe?

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/9bbd641d-80a9-40ca-89cd-d31d51aae39f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Re: No network connection v2

2017-05-08 Thread menthols
On Monday, May 8, 2017 at 5:29:34 AM UTC+3, babel wrote:
> On Saturday, May 6, 2017 at 7:38:16 PM UTC+2, menthols wrote:
> > Today installed Qubes 3rd release, but no network connection. Spent hours 
> > trying to fix it, but to no avail. Network card is recognized. I have two 
> > cables connected, no WiFi. I try to put qubes on Dell poweredge, Intel Xeon 
> > e3, 8 GB RAM, Broadcom NetXtreme Gigabit Ethernet PCIe, two 1 TB 
> > harddrives. I used option "Test and install" at installation, no error 
> > message. I have choosed both harddisks at install, hope there is someway to 
> > configure the soft raid. Before tried to install other Linux flavors before 
> > (Debian-8 and Fedora-23) and none of them had any trouble connecting to the 
> > internet immediately (updates downloaded during install). Maybe need to 
> > activate some more PCI devices. What's the best I can do? Wait for the next 
> > release? Buy another machine? ;-)
> > 
> > 
> > Opened netvm terminal and checked the following things: 
> > 
> > 1. Does 'lspci' list your network adapter?  
> > Yes, i've tried both debian-8 and fedora-23 both list the network cards.
> > 
> > 2. Do you have interface detected (does 'ifconfig -a' contains en* device)? 
> > No, none of them detect the interface using ifconfig.
> > 
> > 3. Does kernel messages ('dmesg') contains some errors regarding network 
> > device initialization? 
> > No, there is no message regarding network at all.
> > 
> > 4. Check if linux-firmware package is installed (rpm -q linux-firmware).
> > Yes it is installed.
> > 
> > 
> > Ethernet controller: Broadcom Corporation NetXtreme BCM5720 Gigabit 
> > Ethernet PCIe
> 
> Same here on a NUC7i3bn...
> check 
> lspci -nnk
> which was shoowing me that the kernel modules for both the ethernet port 
> (i219-v intel gigabit ethernet controller) and the 8265 wireless module were 
> not loading.  
> Sorry to disappoint you, but I still haven't found a solution.  If you have 
> the same problem and find a solution, please let me know.

Hello babel,

my solution was to buy an additional PCIe netcard and use it :)

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/6c6165f5-826c-47a1-82bc-1ac6d0f338fc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Re: No network connection v2

2017-05-07 Thread babel
On Saturday, May 6, 2017 at 7:38:16 PM UTC+2, menthols wrote:
> Today installed Qubes 3rd release, but no network connection. Spent hours 
> trying to fix it, but to no avail. Network card is recognized. I have two 
> cables connected, no WiFi. I try to put qubes on Dell poweredge, Intel Xeon 
> e3, 8 GB RAM, Broadcom NetXtreme Gigabit Ethernet PCIe, two 1 TB harddrives. 
> I used option "Test and install" at installation, no error message. I have 
> choosed both harddisks at install, hope there is someway to configure the 
> soft raid. Before tried to install other Linux flavors before (Debian-8 and 
> Fedora-23) and none of them had any trouble connecting to the internet 
> immediately (updates downloaded during install). Maybe need to activate some 
> more PCI devices. What's the best I can do? Wait for the next release? Buy 
> another machine? ;-)
> 
> 
> Opened netvm terminal and checked the following things: 
> 
> 1. Does 'lspci' list your network adapter?  
> Yes, i've tried both debian-8 and fedora-23 both list the network cards.
> 
> 2. Do you have interface detected (does 'ifconfig -a' contains en* device)? 
> No, none of them detect the interface using ifconfig.
> 
> 3. Does kernel messages ('dmesg') contains some errors regarding network 
> device initialization? 
> No, there is no message regarding network at all.
> 
> 4. Check if linux-firmware package is installed (rpm -q linux-firmware).
> Yes it is installed.
> 
> 
> Ethernet controller: Broadcom Corporation NetXtreme BCM5720 Gigabit Ethernet 
> PCIe

Same here on a NUC7i3bn...
check 
lspci -nnk
which was shoowing me that the kernel modules for both the ethernet port 
(i219-v intel gigabit ethernet controller) and the 8265 wireless module were 
not loading.  
Sorry to disappoint you, but I still haven't found a solution.  If you have the 
same problem and find a solution, please let me know.  

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/9d70cbc1-ec54-43aa-83fd-ee4b82c15b6b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Re: No network connection v2

2017-05-07 Thread cooloutac
On Saturday, May 6, 2017 at 1:38:16 PM UTC-4, menthols wrote:
> Today installed Qubes 3rd release, but no network connection. Spent hours 
> trying to fix it, but to no avail. Network card is recognized. I have two 
> cables connected, no WiFi. I try to put qubes on Dell poweredge, Intel Xeon 
> e3, 8 GB RAM, Broadcom NetXtreme Gigabit Ethernet PCIe, two 1 TB harddrives. 
> I used option "Test and install" at installation, no error message. I have 
> choosed both harddisks at install, hope there is someway to configure the 
> soft raid. Before tried to install other Linux flavors before (Debian-8 and 
> Fedora-23) and none of them had any trouble connecting to the internet 
> immediately (updates downloaded during install). Maybe need to activate some 
> more PCI devices. What's the best I can do? Wait for the next release? Buy 
> another machine? ;-)
> 
> 
> Opened netvm terminal and checked the following things: 
> 
> 1. Does 'lspci' list your network adapter?  
> Yes, i've tried both debian-8 and fedora-23 both list the network cards.
> 
> 2. Do you have interface detected (does 'ifconfig -a' contains en* device)? 
> No, none of them detect the interface using ifconfig.
> 
> 3. Does kernel messages ('dmesg') contains some errors regarding network 
> device initialization? 
> No, there is no message regarding network at all.
> 
> 4. Check if linux-firmware package is installed (rpm -q linux-firmware).
> Yes it is installed.
> 
> 
> Ethernet controller: Broadcom Corporation NetXtreme BCM5720 Gigabit Ethernet 
> PCIe

what do you mean by no network?  Can you manually connect in network manager? 
DNS internet problem?  is network card not recognized in sys-net at all?

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/8dd29802-ae65-4fd0-85eb-b67b001016b4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Re: No Network Connection in Qubes 3.2

2017-04-28 Thread babel
On Thursday, April 27, 2017 at 4:52:50 PM UTC+2, babel wrote:
> I have a Kaby Lake Intel Nuc and after a fresh install of Qubes, the kernel 
> is not loading the ethernet driver or the wlan driver...
> 
> From within sys-net, I see..
> 
> lspci
> 00:00.6 Ethernet controller: Intel Corporation Ethernet Connection (4) I219-V 
> (rev 21)
> 00:01.0 Network controller: Intel Corporation Device 24fd (rev 78)
> 
> 
> [user@sys-net ~]$ lspci -k
> 00:00.6 Ethernet controller: Intel Corporation Ethernet Connection (4) I219-V 
> (rev 21)
>   Subsystem: Intel Corporation Device 2068
> 00:01.0 Network controller: Intel Corporation Device 24fd (rev 78)
>   Subsystem: Intel Corporation Device 9010
> 
> 
> No kernel module being loaded there...
> 
> Anyone have any advice?


Hmm.  
So for some reason, I'm loading the wrong kernel modules, or not at all.  


I tried shutting down the netvm as found here.. 
https://www.qubes-os.org/doc/assigning-devices/ 

Then bringing it back to dom0

echo : > /sys/bus/pci/drivers/pciback/unbind
MODALIAS=`cat /sys/bus/pci/devices/:/modalias`

alone, cat brings a pci-value.  Thanks to this thread 
https://groups.google.com/forum/#!topic/qubes-users/LqhHWJ6GZZU
I figured out to just assign to pci next, but..
the link happens to be unassigned at kernel, because the next command..
MOD=`modprobe -R $MODALIAS | head -n 1`

modprobe: FATAL: Module pci:v00. not found in directory 
/lib/modules/4.4.14-11.pvops.qub...

So I thought I would get clever, but you can't modify anything within 
/sys/bus/pci/devices/\:00../ folder as far as I can tell.  
Also, just adding an alias to the /lib/modules/kernel_version/modules.alias 
doesn't work, so I'm stumped here.  

echo :00:xx.x > /sys/bus/pci/drivers/e1000e/bind
gives me 
-bash: echo: write error: No such device. (even after I add an alias for the 
pci:xxx to /.../modules.alias

If anyone has some insight it would be valuable.  

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/b9f0ff25-79e2-46f3-8a97-a970d63d3faf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.