Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dp83932 stops working after a short while #47

Open
jrmuizel opened this issue Apr 28, 2021 · 3 comments
Open

dp83932 stops working after a short while #47

jrmuizel opened this issue Apr 28, 2021 · 3 comments

Comments

@jrmuizel
Copy link

Following the instructions here https://wiki.qemu.org/Documentation/Platforms/m68k I was able to successfully install debian. However, running apt-get update stalls after the first 1-2MB.

root@debian:~# apt-get update
Get:1 http://ftp.ports.debian.org/debian-ports sid InRelease [55.3 kB]
Ign:1 http://ftp.ports.debian.org/debian-ports sid InRelease
Get:2 http://ftp.ports.debian.org/debian-ports sid/main all Packages [8,735 kB]
18% [2 Packages 2,155 kB/8,735 kB 25%]

I'm launching qemu with:

  qemu-system-m68k -boot c \
 -M q800 -serial none -serial mon:stdio -m 1000M \
 -net nic,model=dp83932 -net user \
 -append "root=/dev/sda2 rw console=ttyS0 console=tty" \
 -kernel vmlinux-4.16.0-1-m68k \
 -initrd initrd.img-4.16.0-1-m68k \
 -drive file=m68k-deb10.qcow2,format=qcow2 \
 -nographic

I see the same thing with qemu v6.0.0-rc5 and q800-dev

@vivier
Copy link
Owner

vivier commented Apr 28, 2021

Sometime I have problem but generally it comes from the server side (debian).

Could you try to ping ftp.ports.debian.org?
Or to transfer a files from your host using scp?

You can also try to replace the "-net user" to use a bridge or tap device.

If the problem appears with qemu mainstream, please report the problem to https://bugs.launchpad.net/qemu/

@jrmuizel
Copy link
Author

The second time I run the command it makes no progress at all which suggests the problem is more likely to be client side. I'll file an issue about it upstream.

@jrmuizel
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants