Page 5 of 6

Re: PC-DC server Linux guide in progress

Posted: Thu Nov 10, 2011 5:16 pm
by Neoblast
Anyone got a conexant chipset based usb modem working on linux?
I'm trying with a setup similar to this one but I can't get the os to recognise the modem...

Re: PC-DC server Linux guide in progress

Posted: Sat Nov 12, 2011 1:05 am
by Kingbuzzo
Neoblast wrote:Anyone got a conexant chipset based usb modem working on linux?
I'm trying with a setup similar to this one but I can't get the os to recognise the modem...
yeah they work. Try linuxant drivers

Re: PC-DC server Linux guide in progress

Posted: Sun Nov 13, 2011 2:26 pm
by Neoblast
Okey I've got most of it working but the linux rejects the dc because not having enough permissions, the user or the login file config maybe, I get this in the log:

SF0 login: 'etc/mgetty/login.config' ignored, wrong permissions. Must be owned by root and have mode '0600': Invalid argument

EDIT: FIxed, just had to change the privileges of that file to -rw--------

What I'm trying now is to make the dial tone sending a little more automated and preferrably mixed into this process, since some games require it.

Re: PC-DC server Linux guide in progress

Posted: Mon May 14, 2012 1:22 am
by Kingbuzzo
dialtone seems rather cumbersome. I suppose it's possible with a dialtone wav

Re: PC-DC server Linux guide in progress

Posted: Sat Apr 13, 2013 5:17 am
by na2
It's been many years since I took my Dreamcasts online with PPP by modem through broadband NAT. I did it using Linux back in the day, but just tried it again today and it still works. The method is a bit manual but I think the setup is easier than the OP's mgetty method, so I thought I'd share. Sorry if this is a dupe or well known.

1. Install minicom and ppp packages

2. Enter the following into a file /etc/ppp/peers/dreamcast, where /dev/modem points to your serial port character device where your modem is, 192.168.3.100 is the IP address you want your linux system's static IP address and 192.168.3.200 is the Dreamcast's

/dev/modem
115200
192.168.3.100:192.168.3.200
noauth

3. Run minicom and get to the AT OK prompt

4. On the dreamcast, setup it up to do a blind-dial of any phone number and have it start dialing

5. Wait about 4 seconds. In minicom, type "ATA" and hit enter. The modem on the Linux machine should start making the training noises followed by the CONNECT message and the ppp salutation from the dreamcast.

6. From minicom, hit "ctrl-a" followed by "q" to exit minicom without resetting the modem

7. As root, type "pon dreamcast" to get pppd running. ifconfig should show 192.168.3.100 address. You should be able to ping 192.168.3.200 from Linux. If you have an external modem the send/recv lights will blink to help confirm that the connection is working.

8. Actually getting NAT working depends on the firewall software. Using arno, the things I needed to do were to add the 192.168.3.0/24 to the range of internet IPs and the ones to NAT and add ppp0 to the internal interfaces. Custom rules for forwarding between the ppp and the regular network needed to be added as well.

9. The planetweb browsers (3.0 and 2.0) don't seem to let you do anything (doesn't let you hit G on the keyboard to bring up URL input) unless it can reach dreamcast.planetweb.com or www.dreamcast.com, respectively, so I had to set up bind to return a different web server's IP for those hosts. Key here was to make sure that the dreamcast's IP (range) was in the allow-query option.

Again, sorry if this is all well-known but I hope it helps someone :-/

Re: PC-DC server Linux guide in progress

Posted: Sun Apr 14, 2013 4:40 am
by Jinx
[redacted]

Re: PC-DC server Linux guide in progress

Posted: Mon Feb 24, 2014 10:36 pm
by dude2207
So i have a pci modem and i was wondering how to check what the interface was for the options.(INTERFACE) file?

Re: PC-DC server Linux guide in progress

Posted: Tue Feb 25, 2014 12:06 am
by brourke228
You can find that out by installing gnome-ppp. Open it up then hit setup and detect.

Re: PC-DC server Linux guide in progress

Posted: Tue Feb 25, 2014 3:17 pm
by mautheus
brourke228 wrote:You can find that out by installing gnome-ppp. Open it up then hit setup and detect.
Or use wvdialconfig to discovery modem port.

Re: PC-DC server Linux guide in progress

Posted: Tue Feb 25, 2014 9:19 pm
by dude2207
brourke228 wrote:You can find that out by installing gnome-ppp. Open it up then hit setup and detect.
I installed gnome-ppp and hit detect but i always get

Code: Select all

GNOME PPP: STDOUT: Sorry, no modem was detected!  Is it in use by another program?
GNOME PPP: STDOUT: Did you configure it properly with setserial?
but when i run lspci:

Code: Select all

01:05.0 Communication controller: Conexant Systems, Inc. HSF 56k Data/Fax Modem
So its in my system but its not being detected for some reason...