vallor <[email protected]> wrote:
Personally, I wonder why you'd not avail yourself of the
opportunity to, you know, talk to a Debian dev. Maybe even
offer to help?
That person CAN talk to a Debian Developer, actually they are doing
this in this very second. But since they cannot put any technical
content into their complaints AND do have substantial misunderstanding
about Debian works, the Debian Developer in this group is rapidly
losing motivation. Actually already fully has.
My host is generic Deb 'Trixie'.
KVM does NOT see/offer any 'bridge' connection that WORK ... and I've
spent HOURS on it. Also no wifi connections. Wired connections - they
can exist, but aren't on MY subnet.
Oddly enough my Mint has kvm modules loaded and runs virtual box just
fine Mint 20.3
On Tue, 3 Mar 2026 16:37:16 +0000, The Natural Philosopher wrote:
Oddly enough my Mint has kvm modules loaded and runs virtual box just
fine Mint 20.3
VirtualBox fails on Mint 22.3. When trying to start the VM with the kvm modules removed from the kernel, it doesn't find its driver and says to install virtualbox-dkms. Trying to install that fails and says it needs virtualbox-source and virtualbox-modules. That also fails.
Note that 22,3 is using the 6.17 kernel.
On 3/3/26 03:42, Richard Kettlewell wrote:
c186282<[email protected]> writes:
Alas, with Trixie, VBox does not work well ... even the newestIt worked fine when I tried it.
versions straight from the Oracle site that CLAIM they're for
Trixie.
Try it NOW.
On Tue, 3 Mar 2026 04:00:00 -0500, c186282 wrote:
My host is generic Deb 'Trixie'.
KVM does NOT see/offer any 'bridge' connection that WORK ... and I've
spent HOURS on it. Also no wifi connections. Wired connections - they
can exist, but aren't on MY subnet.
I had no problem with a wifi external connection with Raspberry Pi OS
based on Trixie. It's only the eth0 bridge to get on the subnet that I
can't do.
I've got my wifi->hard->wifi device on the table right now. I think
that will solve some problems ... turn the hard wire into wifi.
On 03/03/2026 20:00, rbowman wrote:
On Tue, 3 Mar 2026 16:37:16 +0000, The Natural Philosopher wrote:Thanks., I wont bother to upgrade for a while then
Oddly enough my Mint has kvm modules loaded and runs virtual box just
fine Mint 20.3
VirtualBox fails on Mint 22.3. When trying to start the VM with the
kvm modules removed from the kernel, it doesn't find its driver and
says to install virtualbox-dkms. Trying to install that fails and says
it needs virtualbox-source and virtualbox-modules. That also fails.
Note that 22,3 is using the 6.17 kernel.
On Tue, 3 Mar 2026 19:34:08 -0500, c186282 wrote:
I've got my wifi->hard->wifi device on the table right now. I think
that will solve some problems ... turn the hard wire into wifi.
My guess is not but I'm definitely not a network guru.
https://wiki.debian.org/ BridgeNetworkConnections#Bridging_with_a_wireless_NIC
If that means anything to you you're a better man than I.
On Tue, 3 Mar 2026 20:11:07 +0000, The Natural Philosopher wrote:
On 03/03/2026 20:00, rbowman wrote:
On Tue, 3 Mar 2026 16:37:16 +0000, The Natural Philosopher wrote:Thanks., I wont bother to upgrade for a while then
Oddly enough my Mint has kvm modules loaded and runs virtual box just
fine Mint 20.3
VirtualBox fails on Mint 22.3. When trying to start the VM with the
kvm modules removed from the kernel, it doesn't find its driver and
says to install virtualbox-dkms. Trying to install that fails and says
it needs virtualbox-source and virtualbox-modules. That also fails.
Note that 22,3 is using the 6.17 kernel.
I'll confirm the next time I see him but I have the suspicion the person
who said they put VirtualBox on LM Cinnamon 23.3 got as far as seeing the
VB dialog. You can select an iso, specify RAM, disk space, and cores, and everything is fine. Then you hit 'Start' and it all goes to hell.
On Tue, 3 Mar 2026 20:11:07 +0000, The Natural Philosopher wrote:
On 03/03/2026 20:00, rbowman wrote:
On Tue, 3 Mar 2026 16:37:16 +0000, The Natural Philosopher wrote:Thanks., I wont bother to upgrade for a while then
Oddly enough my Mint has kvm modules loaded and runs virtual box just
fine Mint 20.3
VirtualBox fails on Mint 22.3. When trying to start the VM with the
kvm modules removed from the kernel, it doesn't find its driver and
says to install virtualbox-dkms. Trying to install that fails and says
it needs virtualbox-source and virtualbox-modules. That also fails.
Note that 22,3 is using the 6.17 kernel.
I'll confirm the next time I see him but I have the suspicion the person
who said they put VirtualBox on LM Cinnamon 23.3 got as far as seeing the
VB dialog. You can select an iso, specify RAM, disk space, and cores, and everything is fine. Then you hit 'Start' and it all goes to hell.
On Tue, 3 Mar 2026 19:34:08 -0500, c186282 wrote:
I've got my wifi->hard->wifi device on the table right now. I think
that will solve some problems ... turn the hard wire into wifi.
My guess is not but I'm definitely not a network guru.
https://wiki.debian.org/ BridgeNetworkConnections#Bridging_with_a_wireless_NIC
If that means anything to you you're a better man than I.
rbowman <[email protected]> writes:
On Tue, 3 Mar 2026 19:34:08 -0500, c186282 wrote:
I've got my wifi->hard->wifi device on the table right now. I
think that will solve some problems ... turn the hard wire into
wifi.
My guess is not but I'm definitely not a network guru.
https://wiki.debian.org/ BridgeNetworkConnections#Bridging_with_a_wireless_NIC
If that means anything to you you're a better man than I.
I believe that is about the following configuration:
* Your wireless access point (AP) is operating in router mode.
* Your Linux endpoint is a client of the wireless access point,
and also connected to a second ethernet network (which could be
wired, wireless or virtual).
* You want to run a bridge on the Linux endpoint between the wireless
network and the second network.
The problem as stated is that the AP only wants to accept frames that
come from legitimate authenticated clients (as indicated by their
source MAC address), and the frames originating on the second network
don’t match that restriction.
The solution it proposes is network address translation (NAT), but at
the ethernet layer instead of the IP layer.
My main Linux server does operate a bridge in this manner (for its
VMs), but my APs run in bridge mode, where it would make zero sense
to reject foreign frames, so the problem doesn’t arise. It’s a more flexible setup all round.
Somewhere KVM is *remembering* it ... and fills in old, WRONG,
params. The VM won't even try to install properly, much less run
(networking errors),
so I can't test my idea for a wireless/subnet cheat.
https://wiki.debian.org/ BridgeNetworkConnections#Bridging_with_a_wireless_NICThat's really old. It uses the outdated brctl. I don't know what they
On Wed, 4 Mar 2026 02:14:10 -0500, c186282 wrote:
Somewhere KVM is *remembering* it ... and fills in old, WRONG,
params. The VM won't even try to install properly, much less run
(networking errors),
so I can't test my idea for a wireless/subnet cheat.
I think I'll play with the Panda dongle on the netbook and see what sort
of charlie foxtrot that causes. I've got a few Pico Ws and Pico2 Ws I
can throw into the mix. Configure one as an AP and bring my whole house
of cards down...
On 4 Mar 2026 19:47:30 GMT, rbowman wrote:
On Wed, 4 Mar 2026 02:14:10 -0500, c186282 wrote:
Somewhere KVM is *remembering* it ... and fills in old, WRONG,
params. The VM won't even try to install properly, much less run
(networking errors),
so I can't test my idea for a wireless/subnet cheat.
I think I'll play with the Panda dongle on the netbook and see what sort
of charlie foxtrot that causes. I've got a few Pico Ws and Pico2 Ws I
can throw into the mix. Configure one as an AP and bring my whole house
of cards down...
fwiw, as I expected the wireless router saw a new MAC and assigned an IP
to it, so the Mint laptop is 192.168.1.6 and 192.168.1.61. I don't know
if '61' is relevant or the luck of the draw.
For the hell of it I fired up Puppy Linux, a Trixie derivative, in the VM. Same behavior, a virtual NAT that lets it get out but isn't visible on the LAN outside of the host.
Maybe there's a way but it isn't a priority for me.
| Sysop: | DaiTengu |
|---|---|
| Location: | Appleton, WI |
| Users: | 1,099 |
| Nodes: | 10 (0 / 10) |
| Uptime: | 492372:09:58 |
| Calls: | 14,105 |
| Calls today: | 1 |
| Files: | 187,124 |
| D/L today: |
1,227 files (559M bytes) |
| Messages: | 2,495,990 |