|
|
| Author |
Message |
| 25 new of 290 responses total. |
ball
|
|
response 200 of 290:
|
Mar 8 07:25 UTC 2006 |
Re #192: I don't know jep's circumstances but I'm about to
deploy two wireless LANs, one of which will be at home. I
don't have anything top secret, but would still prefer to
keep my information private unless I explicitly publish it
for some reason. I have heard that WPA is less insecure
than WEP, but I'm thinking of going further by using
additional software to encrypt everything that gets sent
over the wireless LAN.
Re #195: My wireless LAN will see a significant amount of
traffic.
Re #196: I have a computer with a good power supply that
burns 27 Watts most of the time it's switched on. Other
machines may require more power.
Re #199: This is a guess, but it's
worth a try. Please let me know PC MIDI
if it works, so that I can add it ~~~~~~ ~~~~~~
to my notes. Use sheilded cable 4 GND ---- RX- 5
and connect the shield to pin 2 12 TXD ---> RX+ 4
on the MIDI connector. Leave the
shield unconnected at the PC end.
|
nharmon
|
|
response 201 of 290:
|
Mar 8 13:41 UTC 2006 |
I do not rely on WEP or WPA for my wireless. Any encryption I need is
performed in different layers.
|
keesan
|
|
response 202 of 290:
|
Mar 8 13:42 UTC 2006 |
Could you explain to me what RX means? Do we need only two wires connected?
The midi port looks like a keyboard plug.
Linksys (who made our wireless card) says they only support Windows. Realtek
(who made the chip on it) has a lot of broken links to Mac and Linux (source
code) drivers. Someone else posted an alpha version of a driver for this
chip, source code, which requires that I have kernel source code for 2.4 or
2.6, which I need to get and unpack into about 100MB on my computer in order
to be able to compile one little module (102K for Windows, by Realtek). Is
there some way to compile a module without the entire kernel source code?
Can I read the Makefile and just put in the parts it needs?
|
nharmon
|
|
response 203 of 290:
|
Mar 8 13:47 UTC 2006 |
RX usually means 'receive'. TX is usually 'transmit'.
|
nharmon
|
|
response 204 of 290:
|
Mar 8 13:48 UTC 2006 |
And here is a schematic of a midi cable:
http://www.cryogenius.com/hardware/sbmidi/
|
fudge
|
|
response 205 of 290:
|
Mar 8 13:59 UTC 2006 |
re 202: most drivers can be built outside the kernel tree, but you might need
at least the kernel headers installed - depending on the disrto, you might
require the kernel-devel package or equivalent.
|
keesan
|
|
response 206 of 290:
|
Mar 8 14:03 UTC 2006 |
Slackware. So I install just the kernel headers for 2.4.31 and then do a
'make'? I followed a link at the URL cited for cryogenics and found the
schematics for the SB $50 MIDI cable, which requires 1 diode, 2 resistors,
an OptoIsolator and an IC (with transistors in them) and a plug ends for
gameport, MIDI IN and MIDI OUT (5 pin) which we might have around but not the
IC and OptoIsolator. I wonder if this would let me also record MIDI files
to the computer (from MIDI out) with the right software.
|
kingjon
|
|
response 207 of 290:
|
Mar 8 14:14 UTC 2006 |
For any compilation it's supposed to be the headers for the kernel libc was
compiled under, and for compiling kernel modules I'm pretty sure it has to
match the kernel you'll be trying to use the module under.
|
fudge
|
|
response 208 of 290:
|
Mar 8 14:17 UTC 2006 |
I'm not familiar w/ slack, haven't touched it in a dozen years at least, but
I'd expect to unpack my driver source somewhere and be able to run
make in the directory, maybe with a configure first (that might show some
library dependency), unless it's one of those rare ones that actually use bits
of ones existing in the kernel tree, then you'd need the lot.
If my memory serves me correctly the MIDI interface use a current loop, hence
the need for couplers, and is a serial interface, with one transmit loop (TX)
and one to receive (RX).
|
keesan
|
|
response 209 of 290:
|
Mar 8 14:29 UTC 2006 |
The INSTALL file said to just 'make', not make config or configure. Do the
kernel headers come with a .config file or would I need to get hold of the
one used to compile the 2.4 kernel I will use with this module and copy that
to /build along with kernel headers?
|
jep
|
|
response 210 of 290:
|
Mar 8 15:19 UTC 2006 |
My circumstances are that I have a wireless network with 3 (soon to be
4) computers sharing cable modem service. I use the Internet a fair
amount and so do the kids, for e-mail, music downloads, games, on-line
banking, chat, random browsing and homework. If I need WEP, I guess
I'll figure out what it is and how to install it or turn it on. If I
need more than that, please someone let me know. I will appreciate it
very much!
|
keesan
|
|
response 211 of 290:
|
Mar 8 19:40 UTC 2006 |
I installed kernel-headers and they did not go into /lib/modules/2.4.31/build,
where .config was supposed to show up, so I also apparently need kernel source
code, or at least the .config file from it. In addition, the 2.4.31 kernel
headers overwrite the ones in /usr/src/linux-2.2.16/include/linux (because
of the way the symlinks are set up, because they installed into
/usr/include/linux, which is symlinked to
/usr/src/linux-2.2.16/include/linux). Will this be a problem if I want to
compile another 2.2.16 kernel some time? They are dated 1998-2005 and have
no mention of the kernel version, so maybe they are just updates that will
also work with older versions.
I need to get hold of the 37MB of source code now.
|
kingjon
|
|
response 212 of 290:
|
Mar 8 19:42 UTC 2006 |
/lib/modules/<kernel-version>/build, if it exists, should be a symlink to
/usr/src/linux-<version>. Did you look there?
|
keesan
|
|
response 213 of 290:
|
Mar 8 20:32 UTC 2006 |
There is no such symlink on my computer, should I make one? I now have 2.4.31
kernel headers in the 2.2.16 directory. Should I rename it, and then
reinstall 2.2.16, and make the symlink? I tried making the symlink and since
I don't have kernel source on this computer yet there is no .config file.
It would be easier to get an older wireless card from ebay than to get this
stupid WIndows one to work with linux.
|
nharmon
|
|
response 214 of 290:
|
Mar 9 00:47 UTC 2006 |
Orinoco wireless cards work very well with Linux.
|
keesan
|
|
response 215 of 290:
|
Mar 9 04:10 UTC 2006 |
Do you have an extra one you want to give us? It is against our rules to buy
anything we can get for free. Jim is going to modify keyboard plugs to make
180 degree 5-pin DINs and maybe chop the 15-pin DB off a joystick. First he
has to remove the rubber outer part of a roller to try to make a subpad out
of it for a laser printer that feeds all the sheets at once. THe official
replacement costs $10.50 plus shipping. In the meantime he has had it apart
a few times to clean it, and I feed one page at a time. And someone returned
a working laser printer we lent them in 2001.
|
tod
|
|
response 216 of 290:
|
Mar 9 04:38 UTC 2006 |
It is against our rules to buy
anything we can get for free.
Amen!
|
ball
|
|
response 217 of 290:
|
Mar 9 06:43 UTC 2006 |
Re #202: Only two wires connected all the way through, not
counting the shield which you only connect at one end.
|
nharmon
|
|
response 218 of 290:
|
Mar 9 12:49 UTC 2006 |
Sorry, all I have is a Linksys 802.11G card. It is why I have to run
Windows XP on my laptop. :(
|
twenex
|
|
response 219 of 290:
|
Mar 9 13:33 UTC 2006 |
Grr. tell me about it. I have an internal card that is turned off and on via
a switch that appears not to work in FreeBSD (or Linux). After days of trying
to get the damn thing to work, I gave up and created a VMWare guest for it.
Works great!
Tip: set the applications priority in the task manager to "RealTime"
|
fudge
|
|
response 220 of 290:
|
Mar 9 13:36 UTC 2006 |
re#218: no ndiswrapper?
#219: what card?
|
nharmon
|
|
response 221 of 290:
|
Mar 9 14:21 UTC 2006 |
ndiswrapper is a resource hog and my laptop isn't that fast. :)
|
ball
|
|
response 222 of 290:
|
Mar 9 17:03 UTC 2006 |
I have to buy a couple of wireless ethernet adaptors. One
will be USB since my iBook doesn't have PC-Card or Cardbus
slots. I could conceivably add an internal Airport card, but
a USB adaptor is more portable between machines. It will
almost certainly be a Linksys WUSB11, since that's one that
NetBSD supports. The other could be PCI, but I don't know
yet which to buy.
|
keesan
|
|
response 223 of 290:
|
Mar 9 20:06 UTC 2006 |
I may have the same Linksys card. Maybe those of you more knowledgeable can
compile that rtl8180.o module for your own systems, if not mine. I just tried
to recompile a 2.4.31 kernel and it no longer recognizes memory cards so I
added back a few things I had taken out (having to do with USB storage) and
recompiled it and now the modules again. If this works I will make one try
at the module but I compiled a kernel without Wireless LAN support to make
it smaller and would have to recompile it one more time. I had no idea which
device we have in their list so I said N instead of Y or M.
We do have a Win98 laptop computer from the neighbor and will try the card
in there at the library, for educational purposes (and we can download linux
kernel source code with it there via 98SE).
|
marcvh
|
|
response 224 of 290:
|
Mar 9 20:14 UTC 2006 |
Oh, back on the issue of a la carte cable channels, recent news reports
have confirmed what I've always suspect but hadn't seen in print -- the
biggest single reason why basic cable costs so much is ESPN. It's the
most expensive channel in the typical basic lineup, $2-3 per month
even though only something like 30% of the households paying for it
actually watch it, and the cost gets even worse when you bundle in the
other critical add-ons like ESPN2 and The Golf Channel (myself I'd
rather watch The Flannel Channel.)
Apparently the FCC has started to warm up to the idea of a la carte, but
I still suspect it will get derailed somehow. Disney will lose billions
in market cap if they can't continue making money from people who don't
watch. But I'll just put those extra costs on my mental list along with
the taxes I'm paying to make payments on the Kingdome and such.
|